PHP Sessions web site on Iphone

by xims
4 replies
I have a web site that uses php sessions allowing access to the site. It works on the iphone when the iphone is using a wifi connection but doesn't work when the iphone is using a 3g/4g data connection. Has anyone else ran into this and if you did how did you fix it?
#iphone #php #sessions #site #web
  • Profile picture of the author Brandon Tanner
    That's strange... never heard of that issue before. What happens if you use cookies instead of sessions? Does it work then? Also, there is a way to have session-like functionality in Javascript (see this), so that's another thing you could try.
    Signature

    {{ DiscussionBoard.errors[6976865].message }}
  • Profile picture of the author John Ayling
    Does sound like a possible cookie issue, as php sessions can use cookies on the client to synch with the server.
    Signature
    Software Marketing & Licensing System for WordPress Plugins, Themes & .NET Software
    >> 72 Hour Special <<
    {{ DiscussionBoard.errors[6981370].message }}
  • Profile picture of the author James Andy
    I agree with you Brandon I also didn't heard about this issue, and I also waiting for the proper answer regarding this.
    {{ DiscussionBoard.errors[6982790].message }}
  • Profile picture of the author Delta90
    Here's another one with the same issue:
    php - Lost session variables using 3G dongle - Stack Overflow

    Didn't look like they solved it all but maybe you can get some help along the way.
    {{ DiscussionBoard.errors[6982810].message }}

Trending Topics