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


Please Help Members By Posting Answers For Below Questions

How can you debug your.net application?

554


What does occur first in ASP.Net, Authentication or Authorization?

560


How is a session stored and maintained in asp.net?

531


List the types of authentication supported by asp.net?

523


What is session id in web application?

490






What is query string?

566


What is view state management in asp net?

461


How dataadapter.fill works?

560


How do you store a value in viewstate and retrieve them?

564


What is the default timeout for a cookie?

560


How do you sign out from forms authentication?

554


What is a web pool?

580


Is session stored in browser?

526


What is the parent class of all web server control?

537


What is Web Server Control Templates.?

585