Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Php Location Header No Send Session Id ?
magiccode9
post Jun 22 2008, 07:06 PM
Post #1


Member - Active Contributor
Group Icon

Group: [HOSTED]
Posts: 86
Joined: 7-November 05
Member No.: 9,489



Hi, All


I got more question on header function.

re-read the php documentation and notice an term that said as

QUOTE
Note: Session ID is not passed with Location header even if session.use_trans_sid is enabled. It must by passed manually using SID constant.


What that means ?

I have used two seperate script : src.php and target.php

something like this:


<< src.php >>
CODE
session_start();

header('Location: /target.php');


<< target.php >>
CODE
print_r($_REQUEST);


But it does the session id sent back from server to client, then,
it gets sent to server from browser and then showed on target.php


I get very confused about how that works !!

Any where have more information about this so I go to read more.

Thanks,
Eric,
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Code To Send An Email From A Form(10)
  2. Php, Sql Lite: Storing Session's Data?(1)
  3. Bad_pool_header(8)
  4. Send Mail Through Outlook Express(7)
  5. Getting Session Info In A Normal Class(2)
  6. How To Send Email Using VB (using SMTP) ?(8)
  7. Receive And Send Mails From Your Desktop(12)
  8. Need Help - How To Remove Session ID From URL(6)
  9. User Authentication Session Handling Problems(14)
  10. Vertical Text In Datagridview Column Header(6)
  11. Want To Create A Community Website(4)
  12. Smf Theme Creation Help(13)
  13. Php Send Mail Through Smtp(8)
  14. Tutorial: Build Pure CSS Using Online Tools - Part 1(6)
  15. How Do I Send SMS To Mobiles Through My Site(9)
  1. Disable Crash Recovery Restore Session Option On Firefox 2(3)
  2. Already Sent Session Cookies?(2)
  3. Send Php Variable To Javascript(5)
  4. Php Session Problem(7)
  5. Session Save Path Not Set, Unwritable(8)
  6. Run A Script When Expires A Session(6)
  7. "Sighandler_t Typedef" Header(1)
  8. Email Problems(5)
  9. Friends Can't Start The Exe Files I Send :((5)
  10. Using Blogger To Add Content(9)
  11. Accessing Ms Access Database From A Centralized Location?(5)
  12. Session Issues(1)
  13. Send Email Remotely(14)


 



- Lo-Fi Version Time is now: 13th October 2008 - 12:04 PM