Squiz form session var scope


(Gavin) #1

Hi,

Could someone clarify what is happening when I set a session var in a custom form submission action.

If we are only talking about public users, am I correct in thinking that the session is unique to each browser instance ? and that if I triggered the form submission action with browsers on 2 different machines they would each get their own session ?

Thanks.


(David Schoen) #2

It will be unique to each browser instance regardless of whether the user is logged in. I.e if the same user logs in in two different browsers, they will get two different sessions.


(Gavin) #3

Great, thanks for the reply