Burak Gursoy wrote:
> 
> can someone point me to an address about, sessions: usage and logic? or
> something like that... like a definition of sessions...
>

On http://www.zdnetindia.com/techzone/coding/stories/36385.html it
reads:

While it might take heavy programming to turn a purchase history into a
recommendation, it is pretty simple to associate each request to your
Web server with an individual user. The HTTP protocol itself is no help
because it was designed to be stateless, requiring no information from
one request to the next. So without something extra, a server cannot
know which requests come from the same person. In this article, we'll
look at how to associate multiple requests with a single session and how
to store information specific to that session on the server.

More over try:

http://www.google.com/search?q=perl+session+stateless&hl=en

Ernest 



-- 

*********************************************************************
* VIRTUALITAS Inc.               *                                  *
*                                *                                  *
* European Consultant Office     *      http://www.virtualitas.net  *
* Internationales Handelszentrum *   contact:Ernest Lergon          *
* Friedrichstraße 95             *    mailto:[EMAIL PROTECTED] *
* 10117 Berlin / Germany         *       ums:+49180528132130266     *
*********************************************************************

Reply via email to