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 is the difference between GridView and Repeater controls in ASP.NET?
Can you explain composite pattern?
What are the new data controls in asp.net 2.0?
How can we update records in gridview?Is there any appropriate code for it?
What are the events that happen when a client requests an asp.net page from iis server?
What websites use asp.net?
What is runat?
How you will improve web application performance?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What are the types of validation in asp net?
A Web Service Can Only Be Written In .net. Is it True??
Where web.config file is used?
Where would you use an ihttpmodule, and what are the limitations if any?
How do you design a website with multilingual support in ASP.NET ?
what are the Custom controls in asp.net?