Codeigniter tracking users without cookies
Working on a project in codeigniter.
I've got clients sending requests from an app (I have no control over) to
a router app (I have no control over). The router gives me a unique
identifier for each person talking to my app (in a post variable). How
would you suggest tracking sessions for users without using a cookies
between requests. I would use the CI sessions to track but it tracks off
of IP address, and most of the requests from the router app to mine will
have the same IP address.
No comments:
Post a Comment