[wp-hackers] Simple PHP Session in WP

Rafael Ehlers rafaehlers at gmail.com
Sun Feb 10 19:36:16 UTC 2013


Use it on init hook!

Em domingo, 10 de fevereiro de 2013, Sinan escreveu:

> I wanna use php sessions with normal way.
>
> session_start();
>
> if(isset($_GET['add'])){
>  $_SESSION['sepet_'.$_GET['add']];
>  }
>
> echo $_SESSION['sepet_'.$_GET['add']];
>
>
>
> How can I make this working?
>
> --
> Sinan
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com <javascript:;>
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list