PHP Sessions web site on Iphone

by 4 replies
5
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?
#programming #iphone #php #sessions #site #web
  • 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.
  • Does sound like a possible cookie issue, as php sessions can use cookies on the client to synch with the server.
  • I agree with you Brandon I also didn't heard about this issue, and I also waiting for the proper answer regarding this.
  • 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.

Next Topics on Trending Feed

  • 5

    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?