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



how to pass session value one url to another url.my code if session("user")="abc&qu..

Answer / 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

More ASP.NET Interview Questions

Define static constructor?

0 Answers  


How does session work in asp net?

0 Answers  


Explain how can we inherit a static variable?

0 Answers  


1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?

1 Answers   CompuRx Infotech, Gemini, Gemini Communication,


What is IPostBack? How to use it?

0 Answers   MCN Solutions,


What is the Difference between user and server controls?

5 Answers  


List the advantages and disadvantages of user control an custom control?

0 Answers  


What is viewstate?

5 Answers   Microsoft,


About remoting and web services. Difference between them?

2 Answers   Microsoft,


Explain what does wsdl stand for?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

1 Answers  


about view state and how validation controls will be executed on client and server

3 Answers   Wipro,


Categories