Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

WOW, that is like logic puzzles -- are you running on caffeine?

Add something like  print $query->escapeHTML( scalar Dumper( $query, $session ) ) after each start_html

start fresh browser session,

  1. visit one page,
  2. in another tab visit same page,
  3. then click the count link in another tab,
  4. click it again in another tab,
  5. wait 10 seconds (which you use for expire for testing), then click open count in another tab again
  6. then copy/paste ;CGISESSID=... and append to a url and open in another tab

compare each dumper to one another and you'll see
no cookie on 1st tab,
cookie on 2nd tab, same cookie on 3rd and 4th tab,
no cookie on 5th tab
no cookie on 6th tab

Many trip over cgi/cookies/sessions :) Basic cookie management (May 01) , Cookie login (pseudocode), PRG...


In reply to Re^7: Problems getting session management to work: is_expired seems to lie to me (cookies) by Anonymous Monk
in thread Problems getting session management to work: is_expired seems to lie to me by ted.byers

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 23:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found