Dub Force Events
x0Events cannot currently be displayed, sorry! Please check back later.x0_close- 		
Recent Posts
 Recent Comments
Archives
- March 2022
 - August 2021
 - February 2021
 - December 2020
 - November 2019
 - April 2019
 - April 2018
 - January 2017
 - May 2016
 - April 2016
 - March 2016
 - December 2015
 - June 2015
 - January 2015
 - December 2014
 - November 2014
 - April 2014
 - January 2014
 - December 2013
 - November 2013
 - March 2013
 - December 2012
 - November 2012
 - November 2010
 - October 2010
 
Categories
Meta
Author Archives: admax
Adobe Flash Player APSB10-26 Vulnerability
Hello, I thought that the Windows OS (Any Version) was the software that needs the biggest amount of updates almost every week, but now on I am not sure of that, the flash player is almost winning this place! AC.
									
						Posted in Nonsense Stuff, Security					
					
													
						Tagged APSB10-26, flash player, security, Vulnerability					
					
								Comments Off on Adobe Flash Player APSB10-26 Vulnerability
							
		Share Cookies Between Subdomains on .NET
Hello, Here is quick tip: If you use the simplest way to write a cookie on ASP.NET: Response.Cookies.Set(New HttpCookie(“TestCookie”, “TestData”)) It will be only readable by the subdomain that you used to write the cookie… If you want the cookie … Continue reading
									
						Posted in .Net Coding, Basic Technical					
					
													
						Tagged asp.net, cookie, cookies, net, read cookie, subdomain					
					
								Comments Off on Share Cookies Between Subdomains on .NET
							
		Strict-Transport-Security
Hello, A very nice way to force HTTPS on all the pages of your site is adding the following header to the server responses on your site: Strict-Transport-Security=max-age=31536000; So after that if some user access some page of your site … Continue reading
									
						Posted in Learned Today, Medium Technical					
					
													
						Tagged force https, force ssl, https, ssl, Strict-Transport-Security, sts					
					
								Comments Off on Strict-Transport-Security
							
		Hello World
Hello bots and random users, For now on, this will be my nonsense blog for technical stuffs… AC.