ASP - sessions without cookies
Hi ASP - publishers / developers,
we developed an ISAPI (called SessionSmart) for IIS which enables ASP - sessions
without cookies. We made the experience that many web – users disable cookie,
because of security reasons and so session handling exposed by ASP isn’t
possible. Of course, there are some workarounds (hidden form fields, query
string variables,…) but these solutions are very inefficient for developers.
With our ISAPI – DLL there is no difference for the developer than using
standard session handling and it also works if the user disables cookies.
If you are interested, please let us know. The SessionSmart - ISAPI will
cost $99.
Kindest regards
Markus Punz
-------------------------------------------------
NMS-New Media Solutions, Internet Consulting Kultscher und Punz OEG
Ochsenburgerstraße 43/12/1
3151 St. Georgen
E-Mail: office@nms.at <mailto:office@nms.at>
WWW: www.nms.at <http://www.nms.at>
Re: ASP - sessions without cookies
Hi all,
FYI: For all you diehard coders like me and have the time to create your
own com componant, which is already written out, check this out http://www.microsoft.com/mind/1099/session/session.htm
Maintaining Session State on Your Web Farm:
Granted this has to do with a web farm, but it is the same premise. You
can't maintain session because you don't know where your next page will come
from. The step by step article basically walks you throug creating a basic
Visual basic Dll and some tables in a database, it even gives you the stored
procedures to make!
have fun
Don
"Markus Punz" <markus.punz@nms.at> wrote:
>
>Hi ASP - publishers / developers,
>
>we developed an ISAPI (called SessionSmart) for IIS which enables ASP -
sessions
>without cookies. We made the experience that many web – users disable cookie,
>because of security reasons and so session handling exposed by ASP isn’t
>possible. Of course, there are some workarounds (hidden form fields, query
>string variables,…) but these solutions are very inefficient for developers.
>
>
>With our ISAPI – DLL there is no difference for the developer than using
>standard session handling and it also works if the user disables cookies.
>
>
>If you are interested, please let us know. The SessionSmart - ISAPI will
>cost $99.
>
>Kindest regards
>
>Markus Punz
>
>-------------------------------------------------
>NMS-New Media Solutions, Internet Consulting Kultscher und Punz OEG
>Ochsenburgerstraße 43/12/1
>3151 St. Georgen
>E-Mail: office@nms.at <mailto:office@nms.at>
>WWW: www.nms.at <http://www.nms.at>
>
>
>
>
>