bouncing this off list while i trouble shoot it.
getting this error when i call the logout sub
-e: caught model error: Insecure dependency in unlink while running setgid at
/usr/lib/perl5/site_perl/5.8.3/Apache/Session/Store/File.pm line 106.
this is line 106
if (-e $directory.'/'.$session->{data}->{_session_id}) {
unlink ($directory.'/'.$session->{data}->{_session_id}) ||
die "Could not remove file: $!";
}
this is the logout which results in call to 106 above.
tied(%{$r->{session}})->delete; # causing insecure dependency
Is something in %{$r->{session}} tainted?
thanks
=====
pjs
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
_______________________________________________
maypole mailing list
maypole at lists.netthink.co.uk
http://lists.netthink.co.uk/listinfo/maypole
This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:57 GMT