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 Types of objects in ASP
Explain in what order a destructors is called.
What are Caching techniques in .NET
Explain asp.net page life cycle?
Why SessionID changes in every request in asp.net?
What is Model-View-View Model?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are the 3 types of web?
Do cookies store passwords?
What is the difference between custom controls and user controls?
What is the typical session identifier?
What is an axd file?
Is asp.net core faster?
Can you set which type of comparison you want to perform by the comparevalidator control?
Is razor a programming language?