|
Posted by R. Rajesh Jeba Anbiah on 01/19/06 08:24
lwoods wrote:
> I am trying to pass some info to another page on my site. I set
> "session_start()" in page 1, assign a session variable to a value, then
> execute a "header('Location: ....')." But on the target page I don't get
> any session variable values! BTW, I used a relative location in the
> Location header, not an absolute URL. The behavior looks like it started
> another session, but it should not have.
If your session uses cookie, it should work. But, if you use trans
sid, it won't rewrite the URL in header()--it will *only* rewrite
"url_rewriter.tags"
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|