how to pass session value one url to another url.my code
if session("user")="abc" then
response.redirect("www.abc.com\client\home.aspx")
end if. so how to pass value of session in browser url

Answer Posted / anil jadhav

use <sessionState
Cookieless =”UseUri" />

in web.config.

this will cause SessionID to be appended to URL

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various session state management options provided by asp.net?

731


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1791


Can viewstate be accessed in another page?

721


Is asp.net mvc front end or backend? : Asp.Net MVC

682


To add a hyperlink column to the DataGrid which tag is used ?

747


How can you implement encapsulation in asp.net?

12014


Which data type does the rangevalidator control support?

710


What is the Intermittent crashing of application in production?

762


What is asp.net mvc? : asp.net mvc

748


How do you implement sql caching in asp.net?

760


What are the differences between the response.write() and response.output.write()?

754


Which class is used to send an email message from an ASP.NET Web page?

758


What’s the catch?

835


what are the ihttphandler and ihttphandlerfactory interfaces ?

713


In a Repeater control how one can provide an alternating color scheme ?

775