Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   accessing session variables in a asp.net module (http://www.velocityreviews.com/forums/t81465-accessing-session-variables-in-a-asp-net-module.html)

subrahmanya raju via .NET 247 06-26-2004 07:13 PM

accessing session variables in a asp.net module
 
(Type your message here)

I want to access the session variables in a module of my asp.net project.
I want to use the session variables in the global functions written in the module

--------------------------------
From: subrahmanya raju

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>2zjM1V0A0EufPlS46Jyiiw==</Id>

Craig Deelsnyder 06-26-2004 07:19 PM

Re: accessing session variables in a asp.net module
 
On Sat, 26 Jun 2004 12:13:58 -0700, subrahmanya raju via .NET 247
<anonymous@dotnet247.com> wrote:

> (Type your message here)
>
> I want to access the session variables in a module of my asp.net project.
> I want to use the session variables in the global functions written in
> the module
>
> --------------------------------
> From: subrahmanya raju
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>2zjM1V0A0EufPlS46Jyiiw==</Id>


I assume you mean from a class file.

HttpContext.Current.Session

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET


All times are GMT. The time now is 05:15 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57