Hi,
I'm not an AOL web mail user, but I think I know what you mean.
One way I know is to do it the "client way" with cookies. I've done
some server development and I set an explicit expiry time. But
according to this:
http://www.cookiecentral.com/faq/
if you scroll down to "Expires", it
On Thu, Sep 18, 2008 at 4:49 PM, Raymond Wan <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Sorry, I might be missing something, but when the client closes the browser
> window, no message is sent to the web server. So, I think the server has no
> way of knowing that a window has closed. The best alterna
Hi,
Sorry, I might be missing something, but when the client closes the
browser window, no message is sent to the web server. So, I think the
server has no way of knowing that a window has closed. The best
alternative might be to set a time limit on client information and purge
it periodic
On Wednesday 17 September 2008 09:46:27 pm [EMAIL PROTECTED] wrote:
> Hello,
>
> I use CGI::Session in some of my CGI scripts.
> How to delete user's session in web server automatically when he close
> the client browser?
> Thanks.
Since you are using a gmail account I know you know how to find go
Hello,
I use CGI::Session in some of my CGI scripts.
How to delete user's session in web server automatically when he close
the client browser?
Thanks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Hi,
I want to use 2 sessions in the same CGI script, using CGI::Session module.
Is it possible?
I want to be able to save a permanent cookie on the visitors computers in
order to be able to recognize all the visitors the next time they visit my
site, and offer them a specific content.
In the
Hi all,
I have seen that in PHP there are some functions that allow adding some
field=value pairs to the QUERY_STRING, automaticly for all the links from a
page and also in forms.
This might be helpful when I want to add the session id to the query_string
like &cgisessid=[session id].
Do you kno
Hi,
Is it possible to use the module CGI::Session (or another module) to create
sessions that may use cookies, but also may put the random hash in the query
string like under PHP?
Thank you.
Teddy
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED
On Fri, 2005-02-18 at 12:43 -0600, Boysenberry Payne wrote:
> Normally in php it's as simple as:
> session_start();
It's that easy with mod_perl too if you use Apache::SessionManager.
Save yourself some trouble and just use that.
http://search.cpan.org/search?query=Apache-SessionManager&mode=dist
I'm moving from PHP to mod_perl. What a jump...
Normally in php it's as simple as:
session_start();
Then depending on your settings the session is kept in a cookie
or in the url.
I've looked into Apache::Session a bit, also Session (which is a
wrapper for Apache:Session.)
I set it up locally usin
I have uses WWW::Mechanize::Shell with great sucess in the past, but
currently I am trying to access the url
https://www.setsivr.odjfs.state.oh.us/welcome.asp
programmatically via perl. When I access the page with WWW::Mechanize::Shell
or LWP::UserAgent or even Lynx for that matter, the browsers
-6647
Visit the ITS I-Web site for IT information or to log a support call at:
<http://www.ime.reuters.com/itservices>
-Original Message-
From: Mark G [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 7:32 PM
To: Federico, Chris
Cc: perl
Subject: Re: Displaying Connections Or se
> Checking the sessions on the machine only shows users
> opening files
hmm, I bin loking for a module that can tell me what process has a file
opened on win box. what are you using ??
Mark G.
- Original Message -
From: "Federico, Chris" <[EMAIL PROTECTED]>
To: &l
Hi Group :),
Does anyone know of a module or how to display users connected to the Web
process of an NT/2000 Server in Perl . Checking the sessions on the machine
only shows users opening files and not connected the the WWW process . This
would come in real handy ..
Can anyone steer me in
"Wiggins D'Anconia" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> aman raheja wrote:
> > Anyhow, I am looking for following solutions
> > 1. How do we know the Operating System of the Client's system?
>
> You can't reliably
The system under which Perl was bui
aman raheja wrote:
Hello
I am using Perl/CGI on Linux (with Apache).
Nice choices.
Some users have cookies disabled in their browsers and some are using the
old ones, which cause problems, along with Netscape.
Anyhow, I am looking for following solutions
1. How do we know the Operating System
Hello
I am using Perl/CGI on Linux (with Apache).
Some users have cookies disabled in their browsers and some are using the
old ones, which cause problems, along with Netscape.
Anyhow, I am looking for following solutions
1. How do we know the Operating System of the Client's system?
2. Where can I
Hello
I am using Perl/CGI on Linux (with Apache).
Some users have cookies disabled in their browsers and some are using the
old ones, which cause problems, along with Netscape.
Anyhow, I am looking for following solutions
1. How do we know the Operating System of the Client's system?
2. Where can I
D]>, Craig
Moynes/Markham/IBM@IBMCA
Subject: Clearing Idle User login
sessions - Re: Killing Idle Users
On Tuesday, June 11, 2002, at 12:23 , Akens, Anthony wrote:
> The line
> my @inputP = qx!ps -e |grep $port!;
>
I love this discussion but folks why not try, oh
my @inputP =qx!ps -t $port';
Or what if we just pulled in the procTable ONCE,
oh, I don't know, maybe into a Hash...
ht
Can you be a little more vague? ;)
-Original Message-
From: Rahul Garg [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 03, 2001 1:03 AM
To: [EMAIL PROTECTED]
Subject: How can i establish sessions in Perl
How can i establish sessions in Perl
--
To unsubscribe, e-mail: [EMAIL
How can i establish sessions in Perl
On Thu, Jul 19, 2001 at 09:20:39AM -0500, Chris Mulcahy wrote:
> Other than creating a database table and managing sessions on my own by
> passing cookies around manually, are there any options for managing
> sessions in Perl using CGI? Apache::Session appears to only work in the
&
OK, simple one.
Other than creating a database table and managing sessions on my own by
passing cookies around manually, are there any options for managing
sessions in Perl using CGI? Apache::Session appears to only work in the
mod_perl version. The error I keep getting in my error_log file is
24 matches
Mail list logo