John Siracusa wrote:
> On 6/12/02 12:57 PM, Per Einar Ellefsen wrote:
> 
>>But what if someone opens one of the links in a different window, and
>>continue on the same pages as in the original window, but with different
>>parameters? The session ID would be the same, the context id would be the
>>same, but the params would be different, right?
> 
> 
> Well, then things break I guess... :)  Maybe you could do some magic based
> on what browsers send as the referrer when users explicitly open a link in a
> new tab or window?  Probably not worth it...

Right, which is why you shouldn't try to store server-side state for 
anything that could be different in multiple browser windows.  Only 
store global browser information on the server-side.  Everything else 
has to go into the links and forms.

- Perrin

Reply via email to