Re: Over Write Value in Session State?
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 12/16/04
- Next message: Kevin Spencer: "Re: Web Service Problem"
- Previous message: Kevin Spencer: "Re: a simple question"
- In reply to: Leon: "Over Write Value in Session State?"
- Next in thread: Ian Suttle: "RE: Over Write Value in Session State?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Dec 2004 12:43:11 -0500
Session("Email") = "someone@msn.com"
--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
"Leon" <vnality@msn.com> wrote in message
news:#WAubA54EHA.2180@TK2MSFTNGP12.phx.gbl...
> Can you write over a value in session or do you have to delete the value
> first then re-create it?
>
> **Example:
> I have the following value in session state...
> Statement 1 -- Session.Add("Email", "someone@ someplace.com ")
>
> And I want to change it to the following value...
> Statement 2 -- Session.Add("Email", "someone@ msn.com ")
>
> Do I just execute statement 2 or do I have to delete statement 1 first?
>
>
>
>
>
>
>
- Next message: Kevin Spencer: "Re: Web Service Problem"
- Previous message: Kevin Spencer: "Re: a simple question"
- In reply to: Leon: "Over Write Value in Session State?"
- Next in thread: Ian Suttle: "RE: Over Write Value in Session State?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|