[EMAIL PROTECTED] wrote:
>
> I have fully implemented URL munging and Cookie support,
> but SERIOUS troubles start to arise when you start adding
> the notion of secure sessions.
>
> I have done it, but it isn't pretty. Basically, there
> are three types of pages. Normal, Secure, and Secure
> (but you don't need a Secure Url Munging).
my methodolgy at the moment sessions everything within a give uri or
matched uri (if I do a simple regex match).
> And, on top of that, I have emilinated session hijacking
> (with a Back Button Breaking method).
Can you enlighten me ?
> It was a hassle, but I liked the idea that my site
> supported Cookies and URL Munging, and also made it
> more secure than the major etailers.
>
> Unfortunately (?) my design is very tucked away inside
> my overall site, and my copious spare time allotment
> hasn't come in this summer.
Even if you cannot help I would appreciate any comments on my methods -
which only requires you to read a few emails !