User management in asp.net without using cookie or session -


is possible perform user management (store user info, login , logout etc) without using session or cookie?

thanks in advance.

there cookieless sessions

http://msdn.microsoft.com/en-us/library/aa479314.aspx

if don't want server-state @ all, need keep passing state around in urls. login, can use http auth browser understands.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -