Hi my friends
I am trying to make an applicationto register users and i would liketo use sessions, i would like to know if i can use the php functions like session_start(); or other functions to use sessions,
if you have an example it would be better, i have tried but its difficult i dont know if i can have a validation function in a controller class for example
class Mycontroller extends controllers()
{
....
..
function validation()
{
......
session_start()
......
}
}Cristian