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
What are the various session state management options provided by asp.net?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Can viewstate be accessed in another page?
Is asp.net mvc front end or backend? : Asp.Net MVC
To add a hyperlink column to the DataGrid which tag is used ?
How can you implement encapsulation in asp.net?
Which data type does the rangevalidator control support?
What is the Intermittent crashing of application in production?
What is asp.net mvc? : asp.net mvc
How do you implement sql caching in asp.net?
What are the differences between the response.write() and response.output.write()?
Which class is used to send an email message from an ASP.NET Web page?
What’s the catch?
what are the ihttphandler and ihttphandlerfactory interfaces ?
In a Repeater control how one can provide an alternating color scheme ?