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 authentication in asp.net?
Is session stored in browser?
Where would you use an ihttpmodule, and what are the limitations of any?
COM+ Used ________________ Isolation Level
Explain the difference between singleton and single call?
Explain in what order a destructors is called.
Which is better viewstate or session?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Which method is used to perform all validation at the page level?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain the boxing and unboxing concept in .net?
Define transparent caching with aop?
Is sql backend or frontend?
How to you can limit Access to Web API to Specific HTTP Verb?
What is data grid view in asp.net?