4
votes
2answers
279 views
How can I add cookies to Seaside responses without redirecting?
I'm making a small web application in Seaside. I have a login component, and after the user logs in I want to send along a cookie when the next component renders itself. Is there a way to get at the …
1
vote
3answers
494 views
Simulating a cookie-enabled browser in PHP
How can I open a web-page and receive its cookies using PHP?
The motivation: I am trying to use feed43 to create an RSS feed from the non-RSS-enabled HighLearn website (remote learning website). I …
