Hi All, I am a beginner in ASP.NET. Doubt: User Information can be stored in cookies. If the cookies are disabled then session ID's can be stored in URL's of the pages. But I dont know the procedure how to do this. Can anybody help me for this. Thanks in advance...
Hi Raghav, You can do that simply by putting the cookieless="True" in Session tag of web.config. ---V V--- Vikas Vaidya Please mark this post as Thank if u found it useful
Forum Rules