Re: Creating session variables in GLOBAL.ASA ???

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Julia Mark (juliamlbx_at_yahoo.com)
Date: 11/29/04


Date: Mon, 29 Nov 2004 12:44:55 -0500

Can anyone help me how to make keyevents for richtextbox in javascript or
WYSIWYG editor

all i am working on a textarea where X number of char reaches in a line then
the function to move the next line with inserting break.

Julia Mark
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:ubAMHXGTDHA.2148@TK2MSFTNGP10.phx.gbl...
> Are you sure this global.asa is in a folder marked as an application? If
it
> isn't, it will use global.asa from the default webroot or the parent
> application.
>
> Are you sure sessions are working?
> http://www.aspfaq.com/2057
>
>
>
>
> "RooLoo" <RooLoo@Loo.Roo> wrote in message
> news:lRwRa.448382$3C2.12227386@news3.calgary.shaw.ca...
> > Hey all
> >
> > In my GLOBAL.ASA file I'm trying to create a session variable for
> reference
> > in the various webpages of my site....
> >
> > Sub Session_OnStart
> > Session("LoggedOn")="Y"
> > End Sub
> >
> > When referring to Session("LoggedOn") on my various ASP pages, it is
> coming
> > up as "".
> >
> > I'm obviously misunderstanding how this works... Can anyone point me the
> > right direction?
> >
> > Eventually I'll need to access a database and I'm assuming that if I
need
> to
> > connect to that database, that I'll need to create the connection in the
> > Session_OnStart event and destroy the connection in the Session_OnEnd
> event
> > of the GLOBAL.ASA file.
> >
> > Any help is appreciated!
> >
> >
>
>



Relevant Pages

  • Re: Creating session variables in GLOBAL.ASA ???
    ... WYSIWYG editor ... all i am working on a textarea where X number of char reaches in a line then ... >> Eventually I'll need to access a database and I'm assuming that if I ...
    (microsoft.public.inetserver.asp.general)
  • Re: Creating session variables in GLOBAL.ASA ???
    ... WYSIWYG editor ... all i am working on a textarea where X number of char reaches in a line then ... >> Eventually I'll need to access a database and I'm assuming that if I ...
    (microsoft.public.inetserver.iis.activeserverpages)
  • Re: Creating session variables in GLOBAL.ASA ???
    ... WYSIWYG editor ... all i am working on a textarea where X number of char reaches in a line then ... >> Eventually I'll need to access a database and I'm assuming that if I ...
    (microsoft.public.inetserver.iis.activeserverpages)
  • RE: SQL injection ( and being a pen tester means being good in every area)
    ... Regarding the mentioned error you receive - it seems like the ' char is ... I'm doing a pentest for a client's web app: ... IP address of the database server itself. ... Securing Web Applications ...
    (Pen-Test)
  • Newbie Question...Error Produced while Loading XML from DataSet
    ... I am trying to load an xml document from data ... passed in from the database in the form of a database. ... code I am using and it is followed by the error message I am ... System.IO.Path.nGetFullPathHelper(String path, Char[] ...
    (microsoft.public.dotnet.framework.adonet)