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
Do you support digital rights management to protect my videos?
What are session and cookies?
In a Repeater control how one can provide an alternating color scheme ?
Explain how cookies work.
Why viewstate is used in asp.net?
What is the difference between Hash table and Array list?
Which object encapsulates state or data of a user?
What is a postback url?
What is AutoPostback?
What is the function of the ViewState property?
What is session and application variable in asp net?
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain what is event bubbling?
What is different in .net 1.1 and .net 2.0?
Explain the concept of MVC Scaffolding?