Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

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

I'm not sure I understand your question properly. Your code and part of your prose indicates that you are sending cookies to people visiting your site, but other parts of your prose seem to say that you are getting a cookie from a site (eg with LWP). I'll assume the former as it has 80% probability :)

It pretty much depends on whether cookies are vital to your app. If they are, when someone hits a part of it and doesn't have a cookie it means that they just arrived. What I do in such cases is set the cookie and redirect to another URL (eg. /cookie-check.pl). Then, at that other URL, I check that I get my cookie back. If it's there, then all's perfect and I redirect them back to where they wanted to go to in the first place. If it isn't, then I display an error page stating that cookies are needed.

If your app doesn't absolutely need cookies to work, then don't bother.

HTH -- darobin


In reply to Re: rechecking the cookie by darobin
in thread rechecking the cookie by Hammy

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 chilling in the Monastery: (6)
As of 2024-04-23 14:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found