Re: [PHP] Only have one session per user?

2001-05-14 Thread Jason Stechschulte

On Fri, May 11, 2001 at 10:22:15PM +0200, Christian Marschalek wrote:
 Can I only have one session per user / internet explorer? Or is it 
 possible to seperate sessions let's say from script to script?

Are you asking if you can have more than one session for one user running
multiple instances of the same web browser?  IIRC, this will only work
if you are not using cookies for your sessions.  

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
I surely do hope that's a syntax error.
 -- Larry Wall in [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Only have one session per user?

2001-05-11 Thread Christian Marschalek

Hi all!

Can I only have one session per user / internet explorer? Or is it 
possible to seperate sessions let's say from script to script?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]