Hi,
Is there any way of storing some variables, say username for a particular session in ASP.NET.
E.g, If we let a user login in a page, then I want him to stay logged in for all the pages he traverses on the server.
Currently, I am trying Server.Transfer and the Hashtable() methods to retrieve the value and use it again in other pages.
Is there any better method than this?
thanks in advance,
Regards,
Abhijit