I was working in a PHP site which use PHP session management to restrict access to some pages, well now i was playing with LWP::UserAgent and i was trying to make a POST into a form which is secure by the PHP session, but when i try to do it, i always get the error page ( which i made :} ), that happens cuz perl doesn't keep the session ( i think the browser is responsable for that )
Well then my question is, is some PERL way do that??
I hope i explain my problem well :}