Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Session End and record delete


Message #1 by "Ian Richardson" <ian@i...> on Sat, 8 Jun 2002 08:24:58
Hi,
I am building a shop-cart application using SessionID to identify the 
user's current shopping cart. If the user has gone as far as adding items 
to their basket but does not complete a transaction, their shopping cart 
contents will have been added to the database. For house-keeping purposes, 
can anyone tell me if it is possible to auto-delete records if a Session 
times out?
Message #2 by "Mark Anderson" <marke.anderson@b...> on Sat, 8 Jun 2002 08:30:48 +0100
Ian,
Use the session On_End function in the global.asa file you can also alter
the session timeout if you wish by setting it in the session On_start in the
global.asa.

Mark Anderson
01202 775483
07802 404838 mob
Web Development and database design
mailto:mark@a...
http://www.anderson.uk.com

-----Original Message-----
From: Ian Richardson [mailto:ian@i...]
Sent: 08 June 2002 08:25
To: Access ASP
Subject: [access_asp] Session End and record delete


Hi,
I am building a shop-cart application using SessionID to identify the
user's current shopping cart. If the user has gone as far as adding items
to their basket but does not complete a transaction, their shopping cart
contents will have been added to the database. For house-keeping purposes,
can anyone tell me if it is possible to auto-delete records if a Session
times out?

Message #3 by "Ian Richardson" <ian@i...> on Sat, 8 Jun 2002 08:41:59 +0100
Cheers Mark, much appreciated.

----- Original Message -----
From: "Mark Anderson" <marke.anderson@b...>
To: "Access ASP" <access_asp@p...>
Sent: Saturday, June 08, 2002 8:30 AM
Subject: [access_asp] RE: Session End and record delete


> Ian,
> Use the session On_End function in the global.asa file you can also alter
> the session timeout if you wish by setting it in the session On_start in
the
> global.asa.
>
> Mark Anderson
> 01202 775483
> 07802 404838 mob
> Web Development and database design
> mailto:mark@a...
> http://www.anderson.uk.com
>
> -----Original Message-----
> From: Ian Richardson [mailto:ian@i...]
> Sent: 08 June 2002 08:25
> To: Access ASP
> Subject: [access_asp] Session End and record delete
>
>
> Hi,
> I am building a shop-cart application using SessionID to identify the
> user's current shopping cart. If the user has gone as far as adding items
> to their basket but does not complete a transaction, their shopping cart
> contents will have been added to the database. For house-keeping purposes,
> can anyone tell me if it is possible to auto-delete records if a Session
> times out?
>
>
>


  Return to Index