Connecting Tech Pros Worldwide Help | Site Map

ISAPI Filter and sessions

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 22nd, 2005, 09:54 PM
Aintzane
Guest
 
Posts: n/a
Default ISAPI Filter and sessions

Hi!

Sorry if I'm asking silly things, but I'm new with ISAPI Filters.
That's what my filter does. When a user makes a request
the filter verifies if the user has already entered his password. If
it hasn't been entered, the user is redirected to the
login page, and after that it's returned to the previously requested
page. But to do all this I need to keep some
information about the session, and in ISAPI filter each HTTP request
is "a session". My question is, does Visual C++
provide with something to manage the session? Is there something
similar to the HttpSession class of Java?

Thanks in advance,

Aintzane Armentia

  #2  
Old July 22nd, 2005, 09:54 PM
Thomas Matthews
Guest
 
Posts: n/a
Default Re: ISAPI Filter and sessions

Aintzane wrote:[color=blue]
> Hi!
>
> Sorry if I'm asking silly things, but I'm new with ISAPI Filters.
> That's what my filter does. When a user makes a request
> the filter verifies if the user has already entered his password. If
> it hasn't been entered, the user is redirected to the
> login page, and after that it's returned to the previously requested
> page. But to do all this I need to keep some
> information about the session, and in ISAPI filter each HTTP request
> is "a session". My question is, does Visual C++
> provide with something to manage the session?[/color]
The best answer will come from the experts in a Microsoft
Visual C++ newsgroup.
[color=blue]
> Is there something
> similar to the HttpSession class of Java?[/color]
Sorry, but not in _standard_ C++. Microsoft Visual C++
newsgroup is down the hall around the corner.
Read the FAQ and Welcome text below to find a more
suitable newsgroup.

[color=blue]
>
> Thanks in advance,
>
> Aintzane Armentia[/color]


--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.