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 query string?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are the asp.net 2.0 features?
What is Forms Authentication in ASP.NET?
How would you implement inheritance using c#?
What describes a query?
Explain login control and form authentication.
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Differentiate globalization and localization.
What are the main requirements for caching?
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?
List all templates of the repeater control.
Can we use MSSql as backend in asp.net...if yes then How.?
What is the use of dispose method?
What is a page life cycle?