<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged cookies</title>
<link>https://www.question2answer.org/qa/tag/cookies</link>
<description>Powered by Question2Answer</description>
<item>
<title>cookies are not enabled</title>
<link>https://www.question2answer.org/qa/110980/cookies-are-not-enabled</link>
<description>I was checking the cookies on my website and looks like cookies are not enabled for my website, the database table cookies showing the last time it had was 2021.&lt;br /&gt;
&lt;br /&gt;
could someone please help to advise how to enable cookies on the q2a website, is something missing on it?</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/110980/cookies-are-not-enabled</guid>
<pubDate>Fri, 20 Oct 2023 00:08:34 +0000</pubDate>
</item>
<item>
<title>How do I make my website automatically save a login cookie when a user signs in?</title>
<link>https://www.question2answer.org/qa/90205/make-website-automatically-save-login-cookie-when-user-signs</link>
<description>Though we have a remember me checkbox to save the login cookie of user when he/she signs in, nowadays no one uses them due to modern browser technology and security reasons.&lt;br /&gt;
&lt;br /&gt;
So, how can I make my q2a site automatically save a login cookie when a user signs in without having the need to check the &amp;quot;remember me&amp;quot; checkbox.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/90205/make-website-automatically-save-login-cookie-when-user-signs</guid>
<pubDate>Thu, 07 Jan 2021 17:31:21 +0000</pubDate>
</item>
<item>
<title>How can I delete all of my users' cookies for my website?</title>
<link>https://www.question2answer.org/qa/88873/how-can-i-delete-all-of-my-users-cookies-for-my-website</link>
<description>I don't know how to delete all of my users' cookies for my website, because whenever I do changes in qa-style.css the changes can't be seen on the normal browser but can be seen in incognito mode or after clearing cookies.&lt;br /&gt;
So clearly it's a cookie thing, but i can't tell my users individually to clear cookies for my website anytime I do changes.&lt;br /&gt;
I really need a way to do something about it.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/88873/how-can-i-delete-all-of-my-users-cookies-for-my-website</guid>
<pubDate>Wed, 04 Nov 2020 14:25:29 +0000</pubDate>
</item>
<item>
<title>Cookies Notice =&gt; which Plugin can I use for this ?</title>
<link>https://www.question2answer.org/qa/55784/cookies-notice-which-plugin-can-i-use-for-this</link>
<description>

&lt;p&gt;Hi Guys,&lt;/p&gt;

&lt;p&gt;I live in Europe, and the registration ask us to put &lt;strong&gt;Cookies Notice User validation &lt;/strong&gt;-&lt;/p&gt;

&lt;p&gt;Is there a simple plugin I can put on my &lt;strong&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://odlg.org/Question-Plante-Medicinale-Propriete-Bienfaits-Effets-Secondaires-Dosage&quot;&gt;Q2A&lt;/a&gt;&lt;/strong&gt; list of questions to said that my &lt;strong&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://odlg.org&quot;&gt;Forum&lt;/a&gt;&lt;/strong&gt; collect cookies.&lt;/p&gt;

&lt;p&gt;I would like to put &lt;strong&gt;on the footer of each pages&lt;/strong&gt; with a &quot;validation clic&quot; to said &lt;strong&gt;&quot;OK (then it disapear)&quot; + &quot;a link to a page&lt;/strong&gt; about cookies informations policy&quot;.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/55784/cookies-notice-which-plugin-can-i-use-for-this</guid>
<pubDate>Sat, 14 Jan 2017 10:05:31 +0000</pubDate>
</item>
<item>
<title>Whats the purpose of the external users php file?</title>
<link>https://www.question2answer.org/qa/53616/whats-the-purpose-of-the-external-users-php-file</link>
<description>Im new to wordpress integration, running into some issues. Testing it, when I logout it sometimes doesnt logout or it shows me as another user. So I guess cookies arent clearing? Checking out the external users file, it appears it needs to be modified alot? Is this nexessary for integration to function properly, or what needs modifying in that file? Thanks!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/53616/whats-the-purpose-of-the-external-users-php-file</guid>
<pubDate>Sat, 03 Sep 2016 16:50:37 +0000</pubDate>
</item>
<item>
<title>Do we have to edit all of external-users php to get synced with wordpress integration</title>
<link>https://www.question2answer.org/qa/53565/have-edit-external-users-synced-with-wordpress-integration</link>
<description>I have integrated with wordpress, but not sure what the external users php file is for? Is this handled automatically or do we have to edit and change things? &amp;nbsp;Is this the only way for the cookies, login, logout, combine user profile to function? Sorry, new to this integration and SSO stuff. &amp;nbsp;There's been some 'bugs' or my user error of not being able to sign out completely, etc.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/53565/have-edit-external-users-synced-with-wordpress-integration</guid>
<pubDate>Sun, 28 Aug 2016 12:01:31 +0000</pubDate>
</item>
<item>
<title>Cookie compliance: How to do it?</title>
<link>https://www.question2answer.org/qa/47425/cookie-compliance-how-to-do-it</link>
<description>I know there are several jquery plugins to ask the users for permission, but I read the script actually have to wait for permission before setting a cookie &lt;br /&gt;
&lt;br /&gt;
Something like if(permission){ set cookies (not only Q2A, but Google Analytics maybe other add-ons we have in our site)}&lt;br /&gt;
else{don't set any cookie}&lt;br /&gt;
&lt;br /&gt;
Any idea how to implement this?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/47425/cookie-compliance-how-to-do-it</guid>
<pubDate>Tue, 18 Aug 2015 22:34:31 +0000</pubDate>
</item>
<item>
<title>does your website collect cookies?</title>
<link>https://www.question2answer.org/qa/44539/does-your-website-collect-cookies</link>
<description>I just installed your site a week ago and I am filling up this free Privacy Policy generator and it asks me if my site uses cookies on their users....</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/44539/does-your-website-collect-cookies</guid>
<pubDate>Wed, 01 Apr 2015 02:41:01 +0000</pubDate>
</item>
<item>
<title>How would i get a pop up box saying to allow cookies, any scripts?</title>
<link>https://www.question2answer.org/qa/37800/how-would-i-get-pop-up-box-saying-to-allow-cookies-any-scripts</link>
<description>Looking for a pop up which says cookies are used bit like this :&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://cookie-script.com/&quot; rel=&quot;nofollow&quot;&gt;http://cookie-script.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Just wondering if we have one that i can activate via a plugin or other method please?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/37800/how-would-i-get-pop-up-box-saying-to-allow-cookies-any-scripts</guid>
<pubDate>Mon, 01 Sep 2014 02:46:11 +0000</pubDate>
</item>
<item>
<title>How can i add script cookien on my Q&amp;A website?</title>
<link>https://www.question2answer.org/qa/33209/how-can-i-add-script-cookien-on-my-q%26a-website</link>
<description>

&lt;p&gt;
	Hello ever1!&lt;/p&gt;


&lt;p&gt;
	I have problem. How can i add script cookien on my Q&amp;amp;A website? I need put this stylesheet to my &amp;lt;head&amp;gt; section:&lt;/p&gt;


&lt;p&gt;
	&amp;lt;link rel=”stylesheet”
&lt;br&gt;
	href=”&lt;a href=&quot;http://static.divante.pl/cookies/divante.cookies.min.css&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://twoja-strona.pl/cookies/divante.cookies.min.css&lt;/a&gt;”
&lt;br&gt;
	type=”text/css” media=”all” /&amp;gt;&lt;/p&gt;


&lt;p&gt;
	and this:&lt;/p&gt;


&lt;p&gt;
	&amp;lt;script type=”text/javascript”
&lt;br&gt;
	src=”&lt;a href=&quot;http://static.divante.pl/cookies/divante.cookies.min.js&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://twoja-strona.pl/cookies/divante.cookies.min.js&lt;/a&gt;“&amp;gt;&amp;lt;/script&amp;gt;
&lt;br&gt;
	&amp;lt;script&amp;gt;window.jQuery.cookie || document.write(‘&amp;lt;script
&lt;br&gt;
	src=”&lt;a href=&quot;http://static.divante.pl/cookies/jquery.cookie.min.js&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://twoja-strona.pl/cookies/jquery.cookie.min.js&lt;/a&gt;“&amp;gt;&amp;lt;/script&amp;gt;’)&amp;lt;/script&amp;gt;
&lt;br&gt;
	&amp;lt;script type=”text/javascript”&amp;gt;
&lt;br&gt;
	$.divanteCookies.render({
&lt;br&gt;
	privacyPolicy : true,
&lt;br&gt;
	cookiesPageURL : ‘http://…/’
&lt;br&gt;
	});
&lt;br&gt;
	&amp;lt;/script&amp;gt;&lt;/p&gt;


&lt;p&gt;
	to my &amp;lt;body&amp;gt; section. Please help me... i dont know where i must put this.&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/33209/how-can-i-add-script-cookien-on-my-q%26a-website</guid>
<pubDate>Wed, 02 Apr 2014 02:14:15 +0000</pubDate>
</item>
<item>
<title>Is it possible to ask users if they want to enable cookies?</title>
<link>https://www.question2answer.org/qa/27383/is-it-possible-to-ask-users-if-they-want-to-enable-cookies</link>
<description>Recent european laws tell that you must ask users if they allow you to enable cookies. due to my limited programming abilities, I don't know how to do this. Please, could you indicate any idea? Best regards, Cueez</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27383/is-it-possible-to-ask-users-if-they-want-to-enable-cookies</guid>
<pubDate>Sat, 07 Sep 2013 17:59:09 +0000</pubDate>
</item>
<item>
<title>What cookies is set and what are they used to?</title>
<link>https://www.question2answer.org/qa/26302/what-cookies-is-set-and-what-are-they-used-to</link>
<description>Hey.&lt;br /&gt;
&lt;br /&gt;
I need to know, wich cookies is set in Q2A and what they are used to, because of the new EU cookie law.&lt;br /&gt;
&lt;br /&gt;
So, how many cookies is set, and what are they used to?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26302/what-cookies-is-set-and-what-are-they-used-to</guid>
<pubDate>Sat, 03 Aug 2013 15:19:26 +0000</pubDate>
</item>
<item>
<title>Two questions regarding table &quot;qa_cookies&quot;</title>
<link>https://www.question2answer.org/qa/20484/two-questions-regarding-table-qa_cookies</link>
<description>

&lt;p&gt;
	I would like to know more about qa_cookies. Example entries:&amp;nbsp;&lt;/p&gt;


&lt;table border=&quot;1&quot; class=&quot;data&quot; id=&quot;table_results&quot;&gt;
	

&lt;tbody&gt;
		

&lt;tr&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;cookieid&lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;created &lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;createip&lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;written&lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;writeip&lt;/span&gt;&lt;/th&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;odd&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1616998859625367400&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 09:10:52&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1351659518&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 09:10:52&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1351659518&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;even&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;17762331686246191714&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 01:11:32&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1558524896&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 01:11:32&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1558524896&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;odd&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;16769361733673514866&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 00:11:43&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1419461695&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 00:11:43&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1419461695&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;even&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;17246418231037538345&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-08 22:56:03&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1575265698&lt;/span&gt;&lt;/td&gt;
			

&lt;td&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;i&gt;NULL&lt;/i&gt;&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;i&gt;NULL&lt;/i&gt;&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;


&lt;p&gt;
	
&lt;br&gt;
	&lt;strong&gt;How are the columns used?&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	cookieid → clear, saves the generated cookie-id to identify the user&lt;/p&gt;


&lt;p&gt;
	created → time of creation&lt;/p&gt;


&lt;p&gt;
	creatip → recent IP of the user (?)&lt;/p&gt;


&lt;p&gt;
	written → ... ?&lt;/p&gt;


&lt;p&gt;
	writeip → ... ?&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	This question is actually related to the &lt;a href=&quot;http://question2answer.org/qa/20376/possible-solution-headers-already-sent-theme-base-cookies?show=20476#a20476&quot; rel=&quot;nofollow&quot;&gt;headers-already-sent-bug&lt;/a&gt; (badges plugin), as the last entry in the table above with NULL | NULL was giving me a server error. Badges plugin called: qa_cookie_get_create()&lt;/p&gt;


&lt;p&gt;
	Thanks,
&lt;br&gt;
	Kai&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20484/two-questions-regarding-table-qa_cookies</guid>
<pubDate>Wed, 09 Jan 2013 04:17:27 +0000</pubDate>
</item>
<item>
<title>What is causing the error: headers already sent by qa-theme-base.php in qa-app-cookies.php?</title>
<link>https://www.question2answer.org/qa/17818/what-causing-error-headers-already-sent-theme-base-cookies</link>
<description>

&lt;p&gt;
	I love error-log-free environments, so this q2a-error makes me kind of crazy - appearing now every day.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;PHP Warning:&amp;nbsp; Cannot modify header information - headers already sent by (output started at /qa-include/qa-theme-base.php:106) in /qa-include/qa-app-cookies.php on line 61&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	I asked about that in June and got &lt;a href=&quot;http://www.question2answer.org/qa/15725/headers-already-sent-by-qa-theme-base-php-in-qa-app-cookies-php?show=15911#a15911&quot; rel=&quot;nofollow&quot;&gt;gidgreen's answer&lt;/a&gt;, he pointed out to the plugins.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;background-color:#ffd700;&quot;&gt;read on:&lt;/span&gt; &lt;a href=&quot;http://question2answer.org/qa/20376/possible-solution-headers-already-sent-theme-base-cookies&quot; rel=&quot;nofollow&quot;&gt;http://question2answer.org/qa/20376/possible-solution-headers-already-sent-theme-base-cookies&lt;/a&gt;
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;text-decoration: line-through;&quot;&gt;As the &lt;strong&gt;wysiwyg editor plugin&lt;/strong&gt; uses the qa_cookie_get_create() on line 108 (in the error message above it says line 106 though), so I think it is responsible. How can I change the code to prevent this error?&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;text-decoration: line-through;&quot;&gt;PS: I wonder what is causing the problem, something must be &lt;strong&gt;undefined?&lt;/strong&gt; Maybe function qa_remote_ip_address() (in qa-base.php) is expecting an IP ... however, some users use services that hide IPs!&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;text-decoration: line-through;&quot;&gt;--&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;text-decoration: line-through;&quot;&gt;Update 2012-10-31: I got the error logs of the last 2 days and sent them gidgreen. It seems to me that it is not a plugin causing the error as arbitrary (?) files are accessed and the error just appears like that.&lt;/span&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/17818/what-causing-error-headers-already-sent-theme-base-cookies</guid>
<pubDate>Mon, 17 Sep 2012 12:22:17 +0000</pubDate>
</item>
<item>
<title>headers already sent by qa-theme-base.php in qa-app-cookies.php?</title>
<link>https://www.question2answer.org/qa/15725/headers-already-sent-by-qa-theme-base-php-in-qa-app-cookies-php</link>
<description>

&lt;p&gt;
	From my server's error log:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#0000ff;&quot;&gt;PHP Warning:&amp;nbsp; Cannot modify header information - headers already sent by (output started at /qa-include/qa-theme-base.php:106) in /qa-include/qa-app-cookies.php on line 61&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	I am having a couple of those error messages in my log. What could be causing it? Cookies?&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	Line 106 from qa-theme-base.php in function output_raw($html):
&lt;br&gt;
	&lt;strong&gt;&amp;nbsp; echo str_repeat(&quot;\t&quot;, max(0, $this-&amp;gt;indent)).$html.&quot;\n&quot;;&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	Line 61 from qa-app-cookies.php in function qa_cookie_get_create():
&lt;br&gt;
	&lt;strong&gt;&amp;nbsp; setcookie('qa_id', $cookieid, time()+86400*365, '/', QA_COOKIE_DOMAIN);&lt;/strong&gt;
&lt;br&gt;
	
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/15725/headers-already-sent-by-qa-theme-base-php-in-qa-app-cookies-php</guid>
<pubDate>Fri, 08 Jun 2012 10:28:23 +0000</pubDate>
</item>
<item>
<title>how do i use sso, i have all the info in cookies</title>
<link>https://www.question2answer.org/qa/12916/how-do-i-use-sso-i-have-all-the-info-in-cookies</link>
<description>how do i use sso? say that im on an internal site that have the username, email and so on stored in cookies..how can i auto-login the user? security is not an issue.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
i've tried reading the documentation but it seems a little overkill for what i want to accomplish...i have everything in cookies on the same site, ie username, email, real names and so on..i just want to auto-login these users so that they can ask questions - meanwhile i want to have a group of &amp;quot;approved&amp;quot; users that can answer</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/12916/how-do-i-use-sso-i-have-all-the-info-in-cookies</guid>
<pubDate>Tue, 21 Feb 2012 10:38:02 +0000</pubDate>
</item>
<item>
<title>Detecting a Q2A user externally, via Javascript?</title>
<link>https://www.question2answer.org/qa/11593/detecting-a-q2a-user-externally-via-javascript</link>
<description>On my main site, all the pages are heavily cached. (They are normally generated from a database but rarely change so I just serve the exact same HTML to every visitor.) For some minor user-interaction in the past I used Javascript to set/retrieve a preference cookie.&lt;br /&gt;
&lt;br /&gt;
My question is, can I do something similar with Q2A? It looks like the qa_session cookie contains my username but has some other characters after it. What is the format?&lt;br /&gt;
&lt;br /&gt;
Note, I really just need to check the username and display some links, which will go to special Q2A pages (for proper security). Kind of like when Amazon recognizes you but makes you login when you actually need to buy something.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/11593/detecting-a-q2a-user-externally-via-javascript</guid>
<pubDate>Fri, 30 Dec 2011 17:22:54 +0000</pubDate>
</item>
</channel>
</rss>