TeknoFile
|
| Posted: 06/27/2002, 4:36 PM |
|
There are a number of very good utilities for managing cookies available, but so far I haven't been able to locate any utilities that can track session variables in memory. Does anyone know of a utility that would allow me to monitor what information's being maintained in a site session ?
|
|
|
 |
Chris K.
|
| Posted: 06/28/2002, 11:33 AM |
|
It is not possible to view session variables values from web browser. Most session solutions base on session identifier cookie variable (which can be browsed), this session identifier is used to retrieve session variables values from some place on *server*. They are not passed to client browser in any way.
|
|
|
 |
|