|
Posted by Mike Willbanks on 05/10/05 00:58
Louis,
> I am working on a webbased application (not a website) and from a page
> a new instance of the browser is started (using javascript) offering a
> different set of functionalities. What I want is that each new
> instance of the browser continues with its own set of
> sessionvariables, as two different sessions. Is that possible?
>
> I use the following javascript function:
>
> window.open('code.php?submit=new&id=1,'status=no')
>
> I use session_start() at the beginning of every page, i also
> considered using session_regenerate_id in various ways but this didn't
> have the desired effect.
You would have to write your own session management routines inorder to
do this. I am really not sure as to why you would want to do something
like this however I wish you the best of luck.
Mike
Navigation:
[Reply to this message]
|