in reply to cookies and redirecting

If you do not post the relevant code, there is little we can do. If you've created the cookie, here's the syntax:</code>

print $query->redirect( -uri => 'http://www.perlmonks.org/', -cookie => $cookie );

Don't print any headers before that. Provide us the following:

The problem will probably be easy to spot if you provide us with just the first two items from list.

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

Replies are listed 'Best First'.
Re: (Ovid) Re: cookies and redirecting
by outcast (Monk) on Jun 18, 2001 at 23:54 UTC
    thanks, your info was help full. next time i will post the code.