Welcome Guest, Not a member yet? Register   Sign In
session id and GET
#1

[eluser]miauksius[/eluser]
Hello,

I have a problem: I'm building a wap site, for mobile phones, and I need to pass session_id using GET (because not everyone enables cookies). How can I do this, that if no session data is set in cookies, I could still use session data?

I hope you understood my problem.

Sorry for the broken english.
#2

[eluser]miauksius[/eluser]
Can anyone help me???
#3

[eluser]Ben Edmunds[/eluser]
You can pass a parameter in your url by just appending /id to the url.

Check http://ellislab.com/codeigniter/user-gui...s/uri.html for more info on URIs in CodeIgniter.
#4

[eluser]miauksius[/eluser]
but sessions will still use cookies. should't I disable that?
#5

[eluser]Ben Edmunds[/eluser]
Use DB sessions




Theme © iAndrew 2016 - Forum software by © MyBB