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

What is view state and how it works in asp net?

638


What is the current version of asp.net?

586


What is paging in context of Memory?

752


Why do we use asp.net?

673


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?

661






Name the namespace which is used by ado.net?

605


What are the 3 types of web?

578


8. Why do you want to work here?

1559


What is session state server?

729


Explain the difference between sql invalidation and sql notification.

637


Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

620


Fetch one page value to another page without using state-managment ?

613


What is the significance of ASP.NET routing?

720


What does mean by a neutral culture?

692


Define static constructor?

645