Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Creating browser session with information

  • 09-10-2008 01:01PM
    #1
    Closed Accounts Posts: 73 ✭✭


    Hi,

    Seemed to run into a wall here regarding sessions. Im currently running an application which is hosting a browser. When i click on a link which requires a new browser session to open, i lose all the session data and am forced to log back in.

    I was just wondering if there is such a thing as creating a new browser session with information already inside which it.


Comments

  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    You should be able to do it. What language are you using? php, asp, asp.net?


  • Closed Accounts Posts: 73 ✭✭gerryjuice


    Evil Phil wrote: »
    You should be able to do it. What language are you using? php, asp, asp.net?

    Using Java, (j2ee + jsp's). Is it possible to create a browser session and give set a session cookie ID on it? Is this what happens when a parent browser session spawns a child browser session?


  • Closed Accounts Posts: 73 ✭✭gerryjuice


    Actually come to think of it the parent + child browser sessions are using the same process and therefore can share the same information.

    As the new browser session is creating a new process, it cant share the same session infomation as the browser running on the application.

    Will see if i can create a browser session on a new process with specfic session info.


Advertisement