|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
does session id change from one page to another in the same application?
i have tried it a lot but each time session id changes when i move from one page to another. i have also used the session.isnewsession property in two driiferent pages and it returned true showing that a new session is started each time in a new page. is this true? if it is then is there any soluyion so that session id remains the same when i move from one page to another in the same application. |
|
#2
|
|||
|
|||
|
is your sessionstate enabled in the web.config file? The following tag means sessionstate is disabled:
<sessionstate mode="Off" ..../>
__________________
- Rogier Doekes |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > does session id change from one page to another in the same application? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|