Search found 2 matches
- Sat Aug 28, 2010 5:43 am
- Forum: PHP - Code
- Topic: i lose session variables on redirect
- Replies: 2
- Views: 179
that did it!! THANK YOU SO MUCH!!!
Wow! that did it!! THANK YOU SO MUCH!!! with http://localhost/myWeblog//test3b.php i get: <<<<< torvic Array ( [test] => torvic ) >>>>>>> with http://127.0.0.1/myWeblog//test3b.php i get: <<<<< session var not set Array ( ) >>>>> and this is solid!!! :D
- Fri Aug 27, 2010 8:58 pm
- Forum: PHP - Code
- Topic: i lose session variables on redirect
- Replies: 2
- Views: 179
i lose session variables on redirect
i lose session variables on redirect i have simple example put these 2 files at the root/ in my case wamp server, the root is the www directory. then bring up test3a.php in browser (ie or firefox) when you click the button, session variables are set, then you get re-directed to test3b.php within sam...