Saving session data for different browsers

If I open 2 or more Firefox windows the same session data is saved across the browsers, rather than one for each browser window. Is there a way to handle this?

Not if you are using cookies as the session tracking mechanism.
Basically Firefox is treating all its windows as being the same internet browsing "session".
So it shares cookies across all the open windows. IE does a similar thing for windows opened from links, and File:New Window.
Because the Servlet container keeps track of your session via the "session cookie" that means that your session data is saved across browsers.
If you disable the cookie session mechanism on the Servlet container (I think you can do that) and just use the urlEncoding rather than cookies to retain the session, you could probably accomplish your goal. However it would be tricky, and the SessionID would be completely visible in the address bar.
Cheers,
evnafets

Similar Messages

  • Hi I have two questions. I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users? How is the session timeout set? Thanks, YS

     

    <i>I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users?</i>
    Um, there is no such thing as NAS4.1.
    I'm assuming that you mean NAS4.0 (maybe NAS4.0sp1?). If so, then the session timeouts are specified in the session section of the NTV configuration files.
    AFAIK, you can specify session timeouts on a per user basis.

  • How to store jsp session data of different user in util.hashmap

    how to store jsp session data of different user in java.util.hashmap
    and access the data of all user on the server side
    The same example is given in professional jsp but its not working.
    I can use getIds() of httpsessioncontext but it's depricated

    Hi
    I'm trying to make an example.
    With the following codes you can get the date from the session.
    request.getSession().getAttribute("sessionname")
    To store it in a hashmap you could do it like this ->
    Hashmap hm = new Hashmap();
    hm.put(Object key, request.getSession().getAttribute("sessionname"));
    I hope you understand it if not just write it!
    Cyrill

  • SAME EJB 3.0 Stateful Session bean for different JSP sessions returned

    Forum,
    I have a strange problem utilizing stateful session beans. Please note, that I am using jdeveloper for the following:
    1) Here is a basic stateful session bean:
    @Stateful(name = "DemoClass")
    public class DemoClassBean implements DemoClass,
               DemoClassLocal, SessionSynchronization {
          public static int id=0;
          public DemoClassBean() {
          id++;
          public int getId() {
             return id;
          //... other methods
    }2) This bean is accessed from a JSP for testing purpose, I am copying only the script used in JSP:
    <%
       DemoClass bean = null;
       try {
          bean = (DemoClass) ((new javax.naming.InitialContext()).
                       lookup("DemoClass "));
          System.out.println("ID=" + bean.getId() );
          } catch (javax.naming.NamingException e) {
             // TODO
    %>If this page is addressed by different clients, from different browsers, the same bean is returned.
    Here is what I see in the logs:
    ID=1
    ID=1
    ID=1
    The same problem is being observed when this session bean is accessed from a JSF Backing bean.
    What could be wrong? Is this a bug in oc4j / jdeveloper (version 10.1.3.3.0)?
    Edited by: smw000000001 on Nov 17, 2008 10:52 AM

    Hi,
    The code for stateful is perfectly fine and working in a normal way. The way you are trying to implement the stateful session bean in your application is wrong.
    think of binding the stateful session bean with HttpSession object.
    So that you will get a unique stateful session bean object.

  • Retrieving session data for user (HOW ?)

    I have written an ecommerce site which uses HttpSession objects for storing data (ie users shopping cart). The touble I have is that when the user clicks pay, there request goes to a different server and if valid that server does a callback to my server.
    PROBLEM - When I receive the request for the call back I have lost the session data. I am able to pass hidden form params in the callback request, so I can send the session id.
    QUESTION - AM I able to retrieve a session with the stored ID. I did try appending jsessionid=<sessionID> into the call back URL but it still created a new session.
    Thanks
    Justin

    How about this
    1) Implement HttpSessionListener interface and hold your own list of sessions in Hashtable
    2) Send session id to request and get it back with from callback
    3) Search in your Hashtable your lost session.
    4) Enjoy
    Pavel
    P.S. The way you're trying is hacky... I mean session id sometimes handled in parameters (as you have tried to hack) or in cookies.

  • Is it possible to define multiple Initial Extract Date' for Different modules ? INITIAL_EXTRACT_DATE

    HI
    We are configuring BI Apps 11.1.1.7.1 For HRMS and Financials.  HRMS data should extract from  '2010-01-01' and Financials Data should extract from '2012-01-01'
    is it possible?
    Source system: EBS 12.1.3
    OBIEE: 11.1.1.7
    BI APPS: 11.1.1.7.1
    ODI: 11.1.1.7.0
    OS: Windows server 2008 R2
    by default 'Configure Initial Extract Date' to set the value of INITIAL_EXTRACT_DATE to '2005-01-01'.
    http://docs.oracle.com/cd/E28271_01/fusionapps.1111/e16814/overview.htm
    Regards
    Sher ullah

    HI Srini VEERAVALLI
    ITs confusing point. Cause on Configuration manager i am able to see 'Initial Extract Date' for HRMS also and in Financials also.
    I created two separate Implementation projects respectively HRMS and Financials. so whether 'Initial Extract Date' can be setted Different for both.
    Regards
    Sher

  • Saving App Data for Removed Apps

    Hello everyone,
    I was wondering if via a regular iTunes backup would I be able to say, remove apps on my iDevices (they are taking way too much space) but without deleting their data so if I want to use them again (specially games) I just sync them back and have my data recovered (let's speak savegames).
    Is this possible?
    Or basically everytime I delete an app from an iDevice via iTunes (uncheck when sync) the data goes along to the garbage can?
    Also, if I delete an app from the iDevice itself, would it just delete it from the device and not from iTunes? So basically in each new sync it won't sync the app? Am I right?
    So far I think the only solution to my problem would be games or apps that save data to iCloud (let's leave aside other services like the developer's own), so if I delete an app from the iDevice the data will still be on iCloud and shall I restore the app to the device (check via iTunes sync) the app data would be brough back from the cloud? Is this basically how it works, so nothing in this world will have the data on iCloud removed?
    I'm doubtful because since you check which apps you want data for on iCloud, and once the app is gone from the iDevice I assume the app check wouldn't appear on the device so there would be no way of checking if it's still up there (unless the app was installed on other device, but let's forget that option for the sake of clarity), so you'd have to cross your fingers and pray for it to.. you know.. still be up there?
    Thanks for your time.

    The application storage directory is a good place for saved game files.
    The format is whatever you find easiest to use. Both text and XML work. You can also write a save game object to a byte array and save that to a file.
    Instead of reading and writing a file yourself, you could use a local shared object.

  • Scheduling the requirement quantities on different dates for different vend

    Dear Gurus,
    We have requirement of generating the shcedule line on different dates
    in case multi supplier. The part is supplied by 3 different supplier when executing MRP the system generated schedule line on same date for each supplier,
    however the business requirement is not to receive all material on same
    date. But to receive all the requirements on the 3 consecutive days say for 3 different vendors. We have maintained Quota Arrangement for splitting the requirements order quantity.
    Pls suggest the configuration / Material master changes we need to make for the same.
    Regards,
    Pradeep Santara

    Hi
       If you want different dely dates for each supplier, you maintain different planned dely time in supplier specific inforecord for that particular material.
    Hope this will solve your problem.
    Reward if so
    thanks & regards
    sri.

  • Different Asset value dates for different depreciation areas

    Hi All
    I have a requirement for different capitalization dates in different depreciation areas for some LATAM countries .How can this be achieved?

    Hi
    Hope you can achive this requirement by entering Depreciation calculation start date in depreciation area tab of asset master against each depreciation area
    Depreciation calculation start date
    'As a general rule, the system determines the depreciation start date from the asset value date of the first acquisition posting. However, you can also manually enter a calendar date in the asset master record for the start of depreciation. In that case, the system ignores the asset value date of the acquisition posting.'
    Please check different scenarios in development system and then do it
    Regards
    Praveen PC

  • Vendor Data for different company codes/purchase organization

    Hi,
    In Fax massages of POs the fax number is taken automatically from the filed ADRC-FAX_NUMBER.
    We have 2 different companies and each has their own contact number and fax for the same vendor.
    How can I differentiate the numbers to each company code or purchase organization?
    Where can I maintain different fax and telephone numbers for a single vendor, that can be used in the printing of POs?
    Thanks
    Shachar

    Hello,
    If your intention is to use the same vendor code for different company codes, create a new OA partner with the 2nd fax number. You can default the OA partner in the contract.
    Hope this helps,
    Cheers!

  • Saving the data for recorded transaction...

    Hi,
    I have created a recording for some data for transaction VA01 in SHDB. Now I want to save this data in recording to the database.
    What do I need to do that?

    You want to save the code that was genarated for the BDC?
    Now really sure what you are talking about. Can you please clarify.
    Regards,
    Rich Heilman

  • How do I embed the different video formats that are required for different browsers?

    I have a short video in the different formats required to play across different browsers but I can't seem to get the HTML 5 code correct. I can only get it to play in one browser at a time. It seems to only play in the browser that has the video code first. What should the code look like?

    Yah the code goes just like that, the first line "var vid_html" declaires the variable. += just adds everything after it to what was already there. You've probably seen this with numbers before: some_number += 50; (will increment that number by 50 more than what it was previous to calling that)
    Another way to write the above is like this:
    var vid_html = '<video width="320" height="240" controls poster="video/v4b2.jpg">'+
                             '<source src="video/v4b.mp4" type="video/mp4">'+
                             '<source src="video/v4b.oggtheora.ogv" type="video/ogg">'+
                             '<source src="video/v4b.webmsd.webm" type="video/webm">'+
                             'Your browser does not support HTML5 video'+
                           '</video>';
    It's just appending strings together to be a little more readable. And I removed your reference to "var vid=sym.$("holder");" because you're only calling "vid" to set the html text.

  • Saving Session Data

    Hi all,
    I am using the VPN to connect to the SAP system.
    Could anyone tell me how to save the session data if SAP connection broken or closed unexpectedly?
    Is there any command or what else?
    Thanks....

    My guess,Sorry no chance untill your session not called any Commit work.
    Contect Basis they will take care of these kind of situation.

  • Mozilla using the same session ID for  different browser

    Hi
    I am using mozilla to test my application. I tested two subscription of my application in two different mozilla browsers simultaneously.
    Here I Found details are swapped. Because mozilla using the same JSession ID for the two browser.
    This is a flaw in mozilla or whether this issue is solved in any one of the version of mozilla.
    When ever I am opening a new window, new session ID should be created like in IE (Internet explorer).this not happening in Mozilla.
    Can any one help me out from this problem?
    Thanks
    Dilip

    Hi,
    I cannot help you with your problem.
    But I want to ask what are you using to control Firefox ( on Windows... ) ?
    Thanks

  • Project Server 2010 - Different Schedule Dates for Different Users -- Same File

    We have an issue regarding users viewing the same schedule, different machines.
    The PMs have a schedule that was built in 2007 by the offshore team.  We are running Project Server 2010 corporate, and they the PMs here on site have Project Professional 2010.  Within the last couple of weeks, the PMs have noticed changes in
    the dates.
    When I open the schedule, I see the expected dates rendered in both PWA and Project Professional.  Both draft and published versions are the same regardless of where the schedule is opened for editing.  There are two PMs managing the schedules. 
    One sees what I see--the expected dates.  The other sees differences in dates--months, in fact.  Scheduled end date is 10/22/2013.   When the second PM opens the schedule, he sees a scheduled end date of 2/17/2014.
    I advised them that the offshore team needed to upgrade to 2010 due to the differences between 2007 and 2010.  Additionally, and I could be wrong, having the server run in compability mode for so long (the upgrade was done in May 2013), is not ideal. 
    (Offshore team has since updated to 2010.)
    Any thoughts on what could be causing this issue?  Corrupt version of Professional?  Settings askew?
    Thank you,
    L.D.

    My bad, I didn't know that you were not using Project Server.
    Then the file might be corrupted.
    Try the
    XML export and the
    save for sharing method to repair it.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for

  • What can I do about Packet Loss?

    Hey Verizon Community, As the title says, what can I do about packet loss? I have been having network spike issues in the video game Starcraft II, and Blizzard support told me to run a pathping to their servers (pathping pasted below). Upon doing tha

  • Adding Temp tablespace to physical stand by database?

    I am getting the below error when i try to load data using SQL loader from physical stand by database to another database after making the physical stand by database in read only mode. ORA-25153: Temporary Tablespace is Empty. On primary database whe

  • Redetermination of Pricing Procedure? Pls Urgent.

    Dear all, When i am creating a Sales order, Based on Org. determination(Sales org. Dist. Channel and Div)system pick up the pricing procedure. Now i am changing the Distribution Channel manually at Organization TAB but now system does not redetermine

  • Apple Lossless in iTunes to AAC on iPod

    I burned my music collection to my hard drive using Apple Lossless encoding to keep the audio quality. I just received an iPod and I would like to load my songs but I would prefer to us the AAC format so that I can conserve the space on the iPod. Is

  • Purchased Songs play for a few seconds.

    Whenever i play a purchased AAC audio file for the first time,it only plays for a few seconds and same thing happens track after track. I recently upgraded to windows 8 and added songs to itunes library.After clicking any puchased  track, it plays fo