Passing data to notification page

Posted by FRKT on Stack Overflow See other posts from Stack Overflow or by FRKT
Published on 2010-05-25T08:46:57Z Indexed on 2010/05/25 8:51 UTC
Read the original article Hit count: 133

Filed under:
|

I'm not sure what the best way of populating a notification page is. I've been using sessions to populate it with information, but this falls short if the user is blocking cookies. I've considered passing it in HTTP GET variables, but I'm unsure whether it's a good alternative since its length is limited by some browsers.

Which method do you prefer?

© Stack Overflow or respective owner

Related posts about php

Related posts about error-handling