Connecting Tech Pros Worldwide Help | Site Map

Session Tracking

James
Guest
 
Posts: n/a
#1: Jul 22 '05
Hello,

I'm designing an online shopping cart using ASP.
I want the flexibility of session tracking by using
URL rewriting but I don't know how I would
go about this.

I'd like to know how I would go about storing
and retrieving session data (i.e. product items + their quantities)
using URL rewriting?

If you can any light I would be enormously appreciative.
Thanks for reading,

James





Notes: After filling a cart, registered users to the site can
then login and place the order - this order will be written to
a database.


Egbert Nierop \(MVP for IIS\)
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Session Tracking


Maybe the product below would be fine for you.
It does not require you to rewrite -all- session variables, your scrips can
be kept similar as you are used to program, but the url will contain the
session cookie. Ideal for Web farms!

--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

"James" <jgmdesigns@hotmail.com> wrote in message
news:w3zld.447$6x2.72@newsfe4-gui.ntli.net...[color=blue]
> Hello,
>
> I'm designing an online shopping cart using ASP.
> I want the flexibility of session tracking by using
> URL rewriting but I don't know how I would
> go about this.
>
> I'd like to know how I would go about storing
> and retrieving session data (i.e. product items + their quantities)
> using URL rewriting?
>
> If you can any light I would be enormously appreciative.
> Thanks for reading,
>
> James
>
>
>
>
>
> Notes: After filling a cart, registered users to the site can
> then login and place the order - this order will be written to
> a database.
>[/color]

Closed Thread