This is a multi-part message in MIME format.
------=_NextPart_000_003A_01C4C2B8.53E8C030
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
The question is somewhat misleading. Session state is never stored in =
the cookie, only the sessionId which is used to retrieve the session =
state. Or alternatively, you could be telling us that you are using your =
own session managment classes and using cookies...
If the first case is true, and you simply don't want session Ids stored =
in cookies, you can simply go in your web.config, and set the =
<sessionState cookieless=3D"true" ... />
If the second case is true, I'd suggest you use the built-in session =
capabilities of ASP.Net, and the link provided by clinton is a good =
place to start.
Karl
--=20
MY ASP.Net tutorials
http://www.openmymind.net/ "Oscar Onorato" <oscaronorato@responderAlNewshotmail.com> wrote in =
message news:Oe2hkGtwEHA.3624@TK2MSFTNGP09.phx.gbl...
Hello colleagues: =20
Somebody know that good alternatives I have, in addition to the =
cookies, to maintain the session state? =20
Where an example of it can be seen? =20
Thanks
Agile Processes:=20
"Assume that the most important factor in a project's success is the =
quality of the people on the project and how well they work together in =
human terms.=20
Which process they use and which tools they use are strictly =
second-order effects."
Martin Fowler (Distilled UML Third Ed.)
------=_NextPart_000_003A_01C4C2B8.53E8C030
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>The question is somewhat =
misleading. Session=20
state is never stored in the cookie, only the sessionId which is used to =
retrieve the session state. Or alternatively, you could be telling us =
that you=20
are using your own session managment classes and using =
cookies...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If the first case is true, and you =
simply don't=20
want session Ids stored in cookies, you can simply go in your =
web.config, and=20
set the <sessionState cookieless=3D"true" ... /></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If the second case is true, I'd suggest =
you use the=20
built-in session capabilities of ASP.Net, and the link provided by =
clinton is a=20
good place to start.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Karl</FONT></DIV>
<DIV><BR>-- <BR>MY ASP.Net tutorials<BR><A=20
href=3D"
http://www.openmymind.net/">http://
www.openmymind.net/</A></DIV>
<DIV> </DIV>
<DIV> </DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Oscar Onorato" <<A=20
=
href=3D"mailto:oscaronorato@responderAlNewshotmail.com">oscaronorato@resp=
onderAlNewshotmail.com</A>>=20
[quoted text, click to view] wrote in message <A=20
=
href=3D"news:Oe2hkGtwEHA.3624@TK2MSFTNGP09.phx.gbl">news:Oe2hkGtwEHA.3624=
@TK2MSFTNGP09.phx.gbl</A>...</DIV>
<DIV><FONT face=3DVerdana size=3D2>Hello colleagues: =
</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2>Somebody know that good =
alternatives I have, in=20
addition to the cookies, to maintain the session state? =
</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Where an example of it can be =
seen? =20
</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Thanks</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT size=3D1><FONT face=3DVerdana><STRONG>Agile =
Processes</STRONG>:=20
<BR><BR>"Assume that the most important factor in a project's success =
is the=20
quality of the people on the project and how well they work together =
in human=20
terms. <BR>Which process they use and which tools they use are =
strictly=20
second-order effects."<BR><BR></FONT><FONT =
face=3DVerdana><STRONG>Martin Fowler=20
(Distilled UML Third=20
Ed.)</STRONG></FONT></FONT></DIV></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_003A_01C4C2B8.53E8C030--