0

这与有关 Solspace 的超级搜索http://www.solspace.com/forums/viewthread/14436/的论坛帖子有关,但由于我在 EE 的频道输入循环中遇到了同样的问题,所以我在这里重复发布。我的调试页面在这里

http://216.243.140.102/products/pagination_debug

,代码是准系统:

{exp:channel:entries channel="static" disable="categories|category_fields|member_data" limit="2" paginate="bottom"}
<h1>{title}</h1>
{paginate}
<p>Page {current_page} of {total_pages} pages {pagination_links}</p>
{/paginate}
{/exp:channel:entries} 

每个分页链接看起来像这样

http://216.243.140.102/S=3e4a8ada2d96477c46a1a7388370eb27992550a7/products/pagination_debug/P6 

添加 S=3e4a8ada2d96477c46a1a7388370eb27992550a7

有任何想法吗?我完全被难住了。

4

1 回答 1

5

转到Admin -> Security and Session Preferences并确保您的User Session Type设置为Cookies Only

或者,它可能会在您的 config.php 中被覆盖

$config['user_session_type'] = 'c';
于 2012-11-09T15:59:31.463 回答