Mobile Web using PHP Sessions Problem?

Issue not in "mobile web", you just have to fix your error with headers. After headers already sent should be line, where headers sent. Try to remove BOM symbol, try to use ob_start() .

At least try to use search - headers already sent it's most frequently asked question in PHP.

Up vote 1 down vote favorite share g+ share fb share tw.

I am enabling an existing platform written in PHP to be delivered via mobile web browser. I am getting the "Cannot send Session Cache limiter - headers already sent" error. First line of code is This is the line in question.

Since it is for delivery on a smart phone, we have the standard headers: If I go to a flat configuration, I can manage the sessions, but then of course I lose my phone enablization. I am at a loss 3-4 hours of experimenting in. Php session mobile doctype link|improve this question edited Jul 11 '11 at 21:51Oli Charlesworth80.3k892184 asked Jul 11 '11 at 21:49Chris61.

– Oli Charlesworth Jul 11 '11 at 21:52 Yes. No spaces above it at all. – Chris Jul 11 '11 at 22:01 Then out of curiosity, why have you provided the static HTML in your question?

Sending the headers occurs before any text is sent. And what do you mean by "If I got to a flat configuration..."? – Oli Charlesworth Jul 11 '11 at 22:04 I can pass the sessions without an issue in PHP delivered to a web browser with format.

However when I try to pass variables through a mobile web browser (emulated and real device both) I get the error. – Chris Jul 11 '11 at 22:11 I have isolated it to the following call: – Chris Jul 11 '11 at 22:28.

Issue not in "mobile web", you just have to fix your error with headers. After headers already sent should be line, where headers sent. Try to remove BOM symbol, try to use ob_start().

At least try to use search - headers already sent it's most frequently asked question in PHP.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions