T
TCORDON
I have an app that lets the user select a country when he enters the site,
where would this value (country code) would you recommend that i store it?
Session var? Cookie? the application must remember this value for the next
time the user visits the site and trough all the pages inside the site.
Should i read this value in Global.asax On Session Start?
Also should I store user Id and name in a session variable so I can get
those values at any time? or where else?
Thanks
where would this value (country code) would you recommend that i store it?
Session var? Cookie? the application must remember this value for the next
time the user visits the site and trough all the pages inside the site.
Should i read this value in Global.asax On Session Start?
Also should I store user Id and name in a session variable so I can get
those values at any time? or where else?
Thanks