How can I save user options

Hello guys
Is there any way to save the users preferences in my application for later use?
for example the user clicks tools >> options. and there he/she choose one of three choices and this choice must be saved for the next use.

true. But that doesn't represent a user on the
serverside.
Many computers are used by more than one person under
the same login, in which case those would all share
the same options for the web application as set by
the last one changing them from that terminal.
On another terminal their settings would be
different.
By storing the information on the server they'd
always get their own settings, not just when using
their private machine but also when visiting
elsewhere.If all users work under one userid on the client computer (or the server ignores the client id), then the only way your approach works is to maintain a full user database on the server with each user's id, passwords, preferences, and validation routines, and require that every user log on for each access of the server. In most cases, a single session involves multiple server accesses during a transaction, which would be impossible to handle correctly.
This is not a good approach from both the security aspect - each user should be logging on to the client machine using their own userid - and the usability aspect.
I recommend against this approach.

Similar Messages

  • How can i save music and pictures so all users can access them?

    how can i save music and pictures so all users can access them?

    Hi, this should be your answer as for sharing music. For photos though, I would assume you can do the same thing. Hope it helps!
    http://support.apple.com/kb/ht1203

  • How to remove save, cancel option when end user runs the workbook in Portal

    Hi,
    how to remove save, cancel option when end user runs the workbook and make some small changes like using page items or increasing rows and columns
    I already made 2 changes
    1) I removed the option in Oracle Enterprise Manager under discoverer viewer of saving
    2) I also removed the option of Allow saving changes made in Viewer when adding workbook to portal
    But still the end user gets options of saving when made small changes to workbook like increasing rows and columns
    Is their any place, I need to make changes?
    Thanks in Advance
    Rowdheer

    Don't use JSP to serve a binary file. It almost implies the use of awful scriptlets and the invocation of both the response writer and the response outputstream which would only lead to IllegalStateException headaches in the server logs.
    Use a Servlet instead. Specify the file name as request parameter and let the servlet read the file and write it to the outputstream of the response.

  • How can I have the option to either open or save each download?

    I would like to be given the option to either Save OR Open a file/document each time I download something. At my laptop it's either/or. I can either set the properties to always save to a particular spot, or not. How can I get both options on downloading?

    Options > General > Downloads > select "Always ask me where to save files". See [https://support.mozilla.com/en-US/kb/Options%20window%20-%20General%20panel Options window - General panel]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How can I save the images to the iPhone anywhere

    Hello  I own Time capsule 3 tb. How can I save the images to the iPhone anywhere in Time capsule
    note i used fileexplorer when Outside the home isee Outside Message " error connection failed with the error operation time out "
    Thanks

    Most Simple Back Up:
    Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
    Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
    Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store
    If you want to back up the Photos only:
    Export them using the File -> Export command.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • How can i save my key commands???

    Please help!
    There is Import Key Command... only in option menu(no Save)
    So how can i save my KC and what type of file is?

    HD>(users)>Library>Preferences>Logic>>> com.apple.logic.pro
    that's the file where your Key commands are saved .
    if you can not find it this way,just type>>>
    com.apple.logic.pro in Spotlight.

  • How can I save the images and movies on a  external Disk from iphoto program, to protect the images when problems occur in the laptop,

    How can I save the images and movies on a  external Disk from iphoto program, to protect the images when problems occur in the laptop,

    Most Simple Back Up:
    Drag the iPhoto Library from your Pictures Folder to another Disk. This will make a copy on that disk.
    Slightly more complex: Use an app that will do incremental back ups. This is a very good way to work. The first time you run the back up the app will make a complete copy of the Library. Thereafter it will update the back up with the changes you have made. That makes subsequent back ups much faster. Many of these apps also have scheduling capabilities: So set it up and it will do the back up automatically.
    Example of such apps: Chronosync - but there are many others. Search on MacUpdate or the App Store
    If you want to back up the Photos only:
    Export them using the File -> Export command.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • How can I save photos on my ipad3 from emails and Facebook. Since downloading iOS6 I am not offered SAVE PHOTO only DONE? Help me please.

    How can I save photos on my ipad3 since downloading iOS6 I do not get SAVE PHOTO option only DONE. Please don't be too technical I am74 and really only use my ipad for photos and emails

    If the photos that you are wanting to delete are also in your Camera Roll then you can delete them from the camera roll

  • How can I save my data and the date,the time into the same file when I run this VI at different times?

    I use a translation stage for the experiment.For each user in the lab the stage position (to start an experiment) is different.I defined one end of the stage as zero. I want to save the position , date and time of the stage with respect to zero.I want all these in one file, nd everytime I run it it should save to the same file, like this:
    2/12/03 16:04 13567
    2/13/03 10:15 35678
    So I will track the position from day to day.If naybody helps, I appreciate it.Thanks.

    evolution wrote in message news:<[email protected]>...
    > How can I save my data and the date,the time into the same file when
    > I run this VI at different times?
    >
    > I use a translation stage for the experiment.For each user in the lab
    > the stage position (to start an experiment) is different.I defined one
    > end of the stage as zero. I want to save the position , date and time
    > of the stage with respect to zero.I want all these in one file, nd
    > everytime I run it it should save to the same file, like this:
    > 2/12/03 16:04 13567
    > 2/13/03 10:15 35678
    >
    > So I will track the position from day to day.If naybody helps, I
    > appreciate it.Thanks.
    Hi,
    I know the function "write to spreadsheet file.vi"
    can append the data
    to file. You can use the "concatenate strings" to display the date,
    time as well as data... Hope this help.
    Regards,
    celery

  • How can I sav an emailed .mov file to my iPad?

    How can I sav an emailed .mov file to my iPad?

    Yes there is, if you hold down the attachment widget in the email once the video is downloaded, it will give you a series of options to save it to, including camera roll. 
    Hope this solves your question. 
    Cheers,
    Allen

  • How can I save a "trimmed" QuickTime movie at original high rez?

    I use QuickTime 10.1
    In the past, after lobbing off part of a QT movie using the "Trim" function, I was never asked what quality to save it in, it just saved when I clicked Save. I never imagined I was losing quality by saving a trimmed movie.
    Now, however, when I click Save a window pops up giving me two choices: 480p or 720p. Are we to assume the movie we're working on was no greater resolution than 720 to start with? Or is our movie being condensed against our will?
    A test suggests the latter is true. Even if I lob off just a teensy bit, a file saved at 720p is VASTLY reduced in size. What is going on here, and how can I save my movies at the same high quality they start out with? I find nothing in Help about this.
    Secondly, if I may slip this less important question in as well: Sometimes when I click Save I get an error message that "This operation cannot be completed," and QT crashes. This has happened a number of times, and I can't see that I'm doing anything wrong. Any clues?
    Many thanks.

    In the past, after lobbing off part of a QT movie using the "Trim" function, I was never asked what quality to save it in, it just saved when I clicked Save. I never imagined I was losing quality by saving a trimmed movie.
    Are you referring to a previous version of QT or your current v10.1 Lion version? Since the introduction of Snow Leopard and QT X v10.0, Apple has been moving towards a single combined "Save", "Save As...", and "Export" function with the name shifting from "Save" to "Export" as it evolved. (I.e., in the latest Mountain Lion rendering you are advised to read the "pop-up" option description to tell if you are performing a "Save/Save As..." or an "Export" action.)
    Now, however, when I click Save a window pops up giving me two choices: 480p or 720p. Are we to assume the movie we're working on was no greater resolution than 720 to start with? Or is our movie being condensed against our will?
    Since you have not indicated the encoded or anamorphic dimensions for the file you are working on, it is difficult to determine if the QT X player is acting normally or not here. Basically, whatever you are doing is triggering an export action which limits the dimensions to specific category levels. You cannot, for instance, export a 1280x544 (2.35:1) aspect file to a 1920x816 (2.35:1) aspect file but you can export it to a 720p 2.35:1 aspect file because it woud fit within the 1280x720 defined 720p dimension window. I.e., unlike QT 7 Pro, the application will not let you "upscale" the source file during the encode since this would reduce export quality and is the same as exporting the file at its current dimensions and simply rescaling the playback dimensions—a much faster workflow. As to "being condensed against our will," this could be the case in some instances. For instance, a 1280x720p30 file might be re-compressed to a 960x540p30 file for mobile device compatibility which, in turn, usually depends on the specific method of accessing the export action.
    A test suggests the latter is true. Even if I lob off just a teensy bit, a file saved at 720p is VASTLY reduced in size. What is going on here, and how can I save my movies at the same high quality they start out with? I find nothing in Help about this.
    If you are referring the to QT 7 Pro "Save As..." workflow and you still have your QT 7 Pro registration key, then the obvious answer would be to install the QT 7 v7.6.6 Player and key it for "Pro" use. Both QT players can be installed and used under OS X v10.6, v10.7, or v10.8 simultaneously. (I.e., by default QT X installs and runs/updates in "Applications" folder while QT 7 Pro installs and runs/updates from within the "Applications/Utilities" folder where they should be left.
    Secondly, if I may slip this less important question in as well: Sometimes when I click Save I get an error message that "This operation cannot be completed," and QT crashes. This has happened a number of times, and I can't see that I'm doing anything wrong. Any clues?
    This would be more difficult to answer. Since QT X is a product "in development" and has proven to be less stable than QT 7 Pro and includes far fewer editing features, I, for one, do not use it for any serious edits no matter how minor they may be. On the other hand, I have no real problems with its playback and conversion features as long as I work within the application's intrinsic limitations as it continues to evolve.

  • How can you save a draft SMS on X3-02 ?

    How can you save a draft SMS on X3-02 ? 
    Can't seem to find an option to do this  ...  Lost message typed half way  when I got out of the editor to check the calendar.
    Am I missing something or has Nokians obsoleted this function on the latest S40 platform ?
    Solved!
    Go to Solution.

    Hi all,
    Like sudude here pointed out that's one way of leaving text as "draft" to message editor. Or you can also select Options > More > Exit editor to do the same. And, next time when you select Create message that previous text should be there as it was left.
    But there is also another option to start writing SMS's - with Notes application. Select Menu > Apps > Notes. Write a note and save it. Then for that note select Options > Send note > Send as message. Now your note is copied to message editor and you can send it or further edit and then send. Neat thing here is that when you use Notes application, text can be saved for later editing or use.
    -ThreeOs

  • How can I save a page and all its component parts in a single file, like IE does as an MHT - it's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)

    how can I save a page and all its component parts in a single file, like IE does as an MHT?
    It's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)
    It is simply too painful to have to zip everything up into a single file to send. MHT format has been available for years now from IE, and with every new FF release it's the first thing I look for. I have been using FF for years, and hate having to come out of it, over into IE |(which I even took out of startup) and key everything in again, in order to send somebody something in a convenient format that they can open with a single click.
    I can't believe this hasn't been asked before, so have you looked at it and rejected it? Have MS kept the file format secret?
    Thanks
    MG

    This is not really an answer just my comments on your question.
    I am sure I recollect efforts being made to get mhtml to work with FF.
    Probably the important thing to remember about .mhtml is that if other browsers do support it they may need addons, and may not necessarily render the content correctly/consistently.
    There are FF addons designed for archiving webpages, you could try them, but that then assumes the recipient has the same software.
    You could simply save the page from FF to your XP pc; then offline open it with and save it using IE, before then emailing using FF, and attaching the .mht or mhtml file that you have now created on your PC.
    As an alternative method, in some cases it could be worth considering taking a screen grab of the required page, then sending that to the recipient as a single email attatchment using either a bitmap or jpeg file format for instance.
    Something such as an airline booking may be designed with a print option, possibly it could be worthwile looking at sending the print file itself as an email attachment.

  • How can I save my current Firefox customization to install on a new Windows 7 installation

    This is not asking for a problem fix.
    How can I save my current Firefox 3.6 customization, toolbar set-up, plug-ins, add-ons, etc. to a file or files so I can install it, pre-customized, after I do a re-format and clean install of a new Windows 7 operating system?
    I am currently in Windows Vista.
    I'm just trying to make it so I don't have to re-customize everything I already have done by doing a fresh installation of Firefox.
    Or can I just save the existing Mozilla Firefox program folder and then drag and drop it into the new programs folder in Windows 7?
    Thanks,
    numetro

    A couple of links that can help with this, [[Backing up your information]] and [http://kb.mozillazine.org/Profile_backup Profile backup - MozillaZine Knowledge Base]. The second one includes a link to a free utility that can make this easier.
    Just saving the progams folder will not work, the user data is stored elsewhere.

  • How can i save the data from the Oracle database to my local directory

    How can i save the data from the Oracle database to my local directory instead Of saving the data file to the Directory created on the Oracle Server ?
    I require to design the Procedure which will pull the data from various tables and needs to store the data in the Client's local directory.

    Since SQL*PLUS runs on the client, you can use SQL*PLUS to spool data to your local drive.
    You could also use the database to write a a specified drive where all users have access to (mapped network drive, e.g.). I wouldn't recommend doing it that way, but it is sometimes useful when the files are created in some nightly batch run.

Maybe you are looking for

  • Purchase Order Carryforward (FMJ2) Does Not Recognize Assignment Changes

    In our year end processing, we ran FMJ2 to do purchase order carryforward. We have about 15 documents which had erroneous carry forward amounts. In each of these documents, there was a change in account assignment in the sender fiscal year. Fields wh

  • Cannot create a new StockTransfer object in SDK DI

    I'm having a problem using the V6.7 DI SDK with VB 6. My code loops through a collection, creating stock transfer entries in SAP BO. The User requirement is to add detail lines to the stock transfer until the from warehouse code changes after which a

  • Document iPhone Settings???

    Hello, I did several searches but did not seem to find anything that answers my question below.  Which was actually a bit of a surprise. . . Is there a way, an app, whatever, that will allow me to document all of my current iPhone 4s settings as set

  • Arithmetic Stacks

    My program distinguishes between the operators and operands and places them in separate stacks. If the character is an operator, I want compare its precedence to that of the operator on top of the operator stack. If the current operator has higher pr

  • HT5463 I changed  password but can not use new password on phone. Why?

    I changed  password but can not use new password on phone. Why?