model view controller - How to persist data without using Session in MVC -
is there way can persist data without using session , use @ place in view.
the situation , need display username @ top of application pages , not want use state variable keep data.
please suggest.
ummm... if user logs in , starts session on server keep data in state variable anyway. if cosmetic issue, on other hand, why not use cookies?
Comments
Post a Comment