Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

session

0 views
Skip to first unread message

dev....@gmail.com

unread,
Jul 7, 2008, 4:10:15 AM7/7/08
to
i m had made a web page and now i want to set session on it.....

please can any body tell me how to set seesion on my web page

dev....@gmail.com

unread,
Jul 7, 2008, 4:32:18 AM7/7/08
to

Ron Bergin

unread,
Jul 7, 2008, 10:44:59 AM7/7/08
to
On Jul 7, 1:10 am, "dev_kr_ba...@hotmail.com" <dev.b...@gmail.com>
wrote:

> i m had made a web page and now i want to set session on it.....
>
> please can any body tell me how to set seesion on my web page

http://search.cpan.org/~markstos/CGI-Session-4.32/lib/CGI/Session.pm
http://search.cpan.org/~markstos/CGI-Session-4.32/lib/CGI/Session/Tutorial.pm

Sherman Pendley

unread,
Jul 7, 2008, 12:12:17 PM7/7/08
to
"dev_kr...@hotmail.com" <dev....@gmail.com> writes:

> i had made a web page and now i want to set session on it.....
>
> please can any body tell me how to set seesion on my web page

Options abound, and depend a great deal on what framework (if any) you
are using. A "behind the scenes" description of HTTP "sessions" can be
found here:

<http://jan.newmarch.name/ecommerce/session.html>

If you're writing a simple standalone CGI, you might have a look at
the CGI::Session module:

<http://search.cpan.org/~markstos/CGI-Session-4.32/lib/CGI/Session.pm>

But, if you're using an application framework such as Catalyst,
session support is usually already included in the framework:

<http://search.cpan.org/~nuffin/Catalyst-Plugin-Session-0.19/lib/Catalyst/Plugin/Session.pm>

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net

dev....@gmail.com

unread,
Aug 6, 2008, 1:53:47 AM8/6/08
to

dev....@gmail.com

unread,
Aug 6, 2008, 1:53:57 AM8/6/08
to
On Jul 7, 9:12 pm, Sherman Pendley <spamt...@dot-app.org> wrote:

> "dev_kr_ba...@hotmail.com" <dev.b...@gmail.com> writes:
> > i had made a web page and now i want to set session on it.....
>
> > please can any body tell me how to set seesion on my web page
>
> Options abound, and depend a great deal on what framework (if any) you
> are using. A "behind the scenes" description of HTTP "sessions" can be
> found here:
>
> <http://jan.newmarch.name/ecommerce/session.html>
>
> If you're writing a simple standalone CGI, you might have a look at
> the CGI::Session module:
>
> <http://search.cpan.org/~markstos/CGI-Session-4.32/lib/CGI/Session.pm>
>
> But, if you're using an application framework such as Catalyst,
> session support is usually already included in the framework:
>
> <http://search.cpan.org/~nuffin/Catalyst-Plugin-Session-0.19/lib/Catal...>

>
> sherm--
>
> --
> My blog:http://shermspace.blogspot.com
> Cocoa programming in Perl:http://camelbones.sourceforge.net

thanx for the help

0 new messages