473,405 Members | 2,210 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

About sessions in modperl

129 100+
Hello friends,
How to delete session id from browser memory in Modperl?
Oct 18 '08 #1
3 1406
hi,
Use Apache::SessionManager module.

The syntax is as under:

Expand|Select|Wrap|Line Numbers
  1.       sub handler 
  2.      {
  3.       my $r = shift;
  4.       ...
  5.  
  6.        Apache::SessionManager::destroy_session($r);
  7.  
  8.       ...
  9.     }
  10.  
Regards,
Pavan kumar Ponnapalli
Oct 22 '08 #2
Icecrack
174 Expert 100+
hi,
Use Apache::SessionManager module.

The syntax is as under:

Expand|Select|Wrap|Line Numbers
  1.       sub handler 
  2.      {
  3.       my $r = shift;
  4.       ...
  5.  
  6.        Apache::SessionManager::destroy_session($r);
  7.  
  8.       ...
  9.     }
  10.  
Regards,
Pavan kumar Ponnapalli
Pavan If you are going to help people fix your code tags or use the Default Button


Thanks
Charlie
Oct 22 '08 #3
numberwhun
3,509 Expert Mod 2GB
I agree Pavan. The code tags closing tag has a / and not a %. You need to look at the example provided in the Reply Guidelines box next to your reply Message window. It shows you exactly how it should be.

Regards,

Jeff
Oct 22 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

16
by: Sims | last post by:
Hi, I am using setcookies to store one single value. But i was reading http://za2.php.net/manual/en/function.setcookie.php and i noticed that a cookie might not be accepted yet it might return...
0
by: Gleep | last post by:
Hey PHP Gurus, I have some complex scripts that work fine. I have a system where sessions are validated on every page of my application to keep them secure. Everything runs fine when I test and...
10
by: Marcus | last post by:
Hi All, First, just wanted to say that I found what I thought was a very helpful tutorial on sessions in case anyone out there has questions on them: ...
1
by: sasimca007 | last post by:
Hi friends, I have a doubt about modperl, that how to pass the perl variable according with form values through anchor tag and the output must be come on a frame in another programme. That means,...
1
by: pavanponnapalli | last post by:
hi, How to debug a modperl program ? is there any way like we do perl -d aaa.pl? Regards, Pvan
0
by: sasimca007 | last post by:
Hello friends, I have httpd2.some.tar.gz file and i installed it and i installed modperl through synaptic. When i want to run modperl programs i have to write the path of that...
5
by: sasimca007 | last post by:
Hello friends, I have one small doubt but it is so useful to me. I have to prepare one html page, in that i have to give one link so that when i clicked that link the browser...
6
by: sasimca007 | last post by:
Hello friends, I have one smalll doubt that when we write a link with anchor tag we are giving the url as href to where it should redirect, my question is when we click that...
3
by: sasimca007 | last post by:
Hi friends, I have one small doubt that is, i have to copy one file from tmp folder to the desktop. This is a modperl program, when i write linux command in that modperl program it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.