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 view state and how it works in asp net?
What is the current version of asp.net?
What is paging in context of Memory?
Why do we use asp.net?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Name the namespace which is used by ado.net?
What are the 3 types of web?
8. Why do you want to work here?
What is session state server?
Explain the difference between sql invalidation and sql notification.
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Fetch one page value to another page without using state-managment ?
What is the significance of ASP.NET routing?
What does mean by a neutral culture?
Define static constructor?