Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A Simple Cache plugin
#23
RobA Wrote:
mvlcek Wrote:A workaround for the cookie problem in 3.0 can be found here.

As far as I can tell, that only works in the back end.

It works when calling php-files in the plugins folder.
It works when calling this test file in the root of the installation:
Code:
<?php
  include('gsconfig.php');
  $admin = defined('GSADMIN') ? GSADMIN : 'admin';
  include("${admin}/inc/common.php");
  $loggedin = cookie_check();
  if (!$loggedin) die("Not logged in!");
  echo "LOGGED IN!";
So it should work in the frontend, too.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
A Simple Cache plugin - by RobA - 2010-11-11, 04:43:49
RE: A Simple Cache plugin - by Arugula - 2015-05-21, 11:29:59
RE: A Simple Cache plugin - by shawn_a - 2015-05-22, 09:51:23
RE: A Simple Cache plugin - by Carlos - 2015-05-22, 15:58:34
RE: A Simple Cache plugin - by RobA - 2015-05-29, 22:58:26
RE: A Simple Cache plugin - by zekoolweb - 2020-09-26, 20:23:18
RE: A Simple Cache plugin - by Felix - 2020-09-27, 01:31:40
RE: A Simple Cache plugin - by zekoolweb - 2020-09-27, 02:54:23
RE: A Simple Cache plugin - by Felix - 2020-09-27, 04:21:03
RE: A Simple Cache plugin - by zekoolweb - 2020-09-28, 08:47:12
RE: A Simple Cache plugin - by johnywhy - 2022-12-30, 18:01:34
A Simple Cache plugin - by Carlos - 2010-11-11, 07:00:42
A Simple Cache plugin - by RobA - 2010-11-11, 10:44:02
A Simple Cache plugin - by RobA - 2010-11-12, 01:27:58
A Simple Cache plugin - by RobA - 2010-11-13, 05:28:42
A Simple Cache plugin - by Carlos - 2010-11-13, 07:29:33
A Simple Cache plugin - by Oleg06 - 2010-11-13, 20:10:42
A Simple Cache plugin - by ccagle8 - 2010-11-13, 23:33:07
A Simple Cache plugin - by kirilldmt - 2010-11-14, 06:48:56
A Simple Cache plugin - by RobA - 2010-11-14, 07:24:00
A Simple Cache plugin - by Carlos - 2010-11-14, 08:44:34
A Simple Cache plugin - by Carlos - 2010-11-14, 18:38:15
A Simple Cache plugin - by RobA - 2010-11-14, 23:41:01
A Simple Cache plugin - by RobA - 2010-11-16, 06:34:09
A Simple Cache plugin - by RobA - 2010-12-01, 02:38:14
A Simple Cache plugin - by RobA - 2010-12-15, 06:38:07
A Simple Cache plugin - by RobA - 2011-04-21, 02:43:49
A Simple Cache plugin - by RobA - 2011-05-27, 04:43:49
A Simple Cache plugin - by Carlos - 2011-06-23, 19:24:09
A Simple Cache plugin - by RobA - 2011-06-24, 02:39:26
A Simple Cache plugin - by mvlcek - 2011-06-24, 02:56:12
A Simple Cache plugin - by RobA - 2011-06-24, 23:47:32
A Simple Cache plugin - by mvlcek - 2011-06-25, 00:59:44
A Simple Cache plugin - by RobA - 2011-06-25, 01:15:32
A Simple Cache plugin - by mvlcek - 2011-06-25, 01:22:54
A Simple Cache plugin - by RobA - 2011-06-25, 05:45:11
A Simple Cache plugin - by RobA - 2011-07-30, 02:16:12
A Simple Cache plugin - by flam316 - 2011-08-02, 15:07:31
A Simple Cache plugin - by RobA - 2011-08-02, 21:16:18
A Simple Cache plugin - by RobA - 2011-08-02, 23:12:08
A Simple Cache plugin - by Yurbasik - 2011-09-22, 22:56:53
A Simple Cache plugin - by doice - 2012-03-13, 05:00:11
A Simple Cache plugin - by RobA - 2012-03-14, 04:49:06
A Simple Cache plugin - by doice - 2012-03-15, 02:34:41
A Simple Cache plugin - by Ed at ISI - 2012-06-22, 09:30:16



Users browsing this thread: 1 Guest(s)