Re: [phplib] cookies and sessions From: Dennis Gearon (gearond <email protected>)
Date: 05/10/01

> > How do I not allow different windows to have access to the same cookie?

Anybody think this would be possible given a fully qualified cookie
domain, down to the file name? (is that possible?)

If so, isn't there someway to have the server generate 'fake' file names
on the fly and then parse that out in the application?

For instance http://www.loveme.com/search/info30421.htm

I believe that the filenames are generated on the fly, i.e.
infoXXXXX.htm.

and the application would actually be ~/search/

Alex Black wrote:>
> > How do I not allow different windows to have access to the same cookie?
> >
> > I.E. I have a page logged in in one window,
> > and when I open another window, it gets the same session ID when I login
> > using the same ID.
> >
> > Is this happening at the PHPLIB end (only allowing one active session
> > per user), or in the browser cookie end?
> >
>
> unless someone's been dropping crack in my mountain dew, I don't think you
> can restrict cookies that way. there's no control in javascript or through
> headers of that kind of low level client behavior.
>
> _alex
>
> --
> alex black, ceo
> enigma <email protected>
>
> the turing studio, inc.
> http://www.turingstudio.com
>
> vox+510.666.0074
> fax+510.666.0093

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>