Re: [PHP] identify not only browser, but even browser windows

2003-06-24 Thread dorgon
I thought so One solution would be not to use cookies and pass different unique ids from each window. thx dorgon Ernest E Vogelsinger wrote: At 10:58 24.06.2003, dorgon said: [snip] can cookies be stored for single browser instances (windows)? does the brow

Re: [PHP] identify not only browser, but even browser windows with session

2003-06-24 Thread Ernest E Vogelsinger
At 10:58 24.06.2003, dorgon said: [snip] >can cookies be stored for single browser instances (windows)? >does the browser send some information that could be uses? [snip] Short answer - no, and no. Cookies are stored

[PHP] identify not only browser, but even browser windows with session

2003-06-24 Thread dorgon
hi, does anybody know how I could identify the browser window? my problem is, that i have a application framework and I want to use multiple windows providing different GUIs. Each window should be able to send a request and send a proper session key or unique key which identifies the application w