Welcome Guest, Not a member yet? Register   Sign In
Session is not creating
#21

[eluser]rajyakshmik[/eluser]
Can you please tell me clearly
#22

[eluser]Dam1an[/eluser]
Have you tried reading the user guide?
#23

[eluser]rajyakshmik[/eluser]
Yes.In user guide they mentioned like this:
Note: Cookies can only hold 4KB of data, so be careful not to exceed the capacity. The encryption process in particular produces a longer data string than the original so keep careful track of how much data you are storing.
#24

[eluser]Dam1an[/eluser]
I was refering to the database part (near the bottom)
It will store your userdata in a serialized string, so you have no limit on how much you can store
#25

[eluser]rajyakshmik[/eluser]
Any solution?
#26

[eluser]Dam1an[/eluser]
Yes, like I said... use the DB to store session data!!!
Or, you could just use native sessions, then you won't run out of space (at least not any time soon)
#27

[eluser]rajyakshmik[/eluser]
Can you give me any example please
#28

[eluser]Dam1an[/eluser]
Have you even read the user guide?
All you do is run the sql it gives you to create the table and set 2 values in the config file
Other then that, everything is as normal




Theme © iAndrew 2016 - Forum software by © MyBB