Forums / Developer / sessions other web

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

sessions other web

Author Message

daniel bueno

Thursday 22 November 2007 4:57:57 am

I created a web page can be accessed from ez through a hyperlink.

I would like protecting this web users validated in ez.

As it should do?

One option would be

<?
Include ( "conexion.inc");

Session_start ();

If ($ _SESSION [ 'valid'] == true) (
>

As could adapt to ez?