Laravel/Apache “Bad Request”Why can't Windows Server 2008 create cookies?Uploading file > 1 MB on Django admin gives 400 Bad Request responseBad Request Due to “Bad” CookieApache reverse proxy for Cloud9 using ServerNameIs it bad to redirect http to https?Injecting Response Headers based on logic in apacheApache 2.2.22 sporadically Changing POST requests from Safari 8,9 to GETTroubleshooting 403 gateway errorApache mod_cluster 1.2.6 and jboss 6: All workers are in error state for only one jboss web-applicationHow cookies work with non persistance load balencers

Pirate democracy at its finest

Are these reasonable traits for someone with autism?

Maxima of Brownian motion

C++ forcing function parameter evalution order

Where is the logic in castrating fighters?

Is the derivative with respect to a fermion field Grassmann-odd?

Is it rude to call a professor by their last name with no prefix in a non-academic setting?

What is a really good book for complex variables?

Should I disclose a colleague's illness (that I should not know) when others badmouth him

Popcorn is the only acceptable snack to consume while watching a movie

Grammar Question Regarding "Are the" or "Is the" When Referring to Something that May or May not be Plural

Gladys goes shopping

What is quasi-aromaticity?

Why does this if-statement combining assignment and an equality check return true?

Why is this Simple Puzzle impossible to solve?

What is the largest (size) solid object ever dropped from an airplane to impact the ground in freefall?

Employer asking for online access to bank account - Is this a scam?

My players want to grind XP but we're using milestone advancement

Is it possible to play as a necromancer skeleton?

Why didn't Thanos use the Time Stone to stop the Avengers' plan?

How to use libraries with delays inside within a time critical STM32 HAL application?

What are these arcade games in Ghostbusters 1984?

A steel cutting sword?

Where can I find visible/radio telescopic observations of the center of the Milky Way galaxy?



Laravel/Apache “Bad Request”


Why can't Windows Server 2008 create cookies?Uploading file > 1 MB on Django admin gives 400 Bad Request responseBad Request Due to “Bad” CookieApache reverse proxy for Cloud9 using ServerNameIs it bad to redirect http to https?Injecting Response Headers based on logic in apacheApache 2.2.22 sporadically Changing POST requests from Safari 8,9 to GETTroubleshooting 403 gateway errorApache mod_cluster 1.2.6 and jboss 6: All workers are in error state for only one jboss web-applicationHow cookies work with non persistance load balencers






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.



But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:



Bad Request

Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80


Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration



Clearing cookies allows me in once but then the error will appear again.










share|improve this question






















  • Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.

    – Jason Tan
    Jun 11 '13 at 15:01












  • There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.

    – Goodbytes
    Jun 11 '13 at 17:50

















0















I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.



But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:



Bad Request

Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80


Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration



Clearing cookies allows me in once but then the error will appear again.










share|improve this question






















  • Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.

    – Jason Tan
    Jun 11 '13 at 15:01












  • There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.

    – Goodbytes
    Jun 11 '13 at 17:50













0












0








0








I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.



But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:



Bad Request

Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80


Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration



Clearing cookies allows me in once but then the error will appear again.










share|improve this question














I'm playing around with Laravel and implemented the Auth class to create a user registration/login system, i'm using the cookie driver so that members can stay logged in.



But most of the time it will not log me in, and if it does log me in as soon as i click another link i'm logged out.. then eventually i will get this error:



Bad Request

Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
/n
Apache/2.2.15 (CentOS) Server at server.localhost.com Port 80


Chrome in particular is stuck on this error but Safari is able to get passed it, i think it's a cookie issue or server mis-configuration



Clearing cookies allows me in once but then the error will appear again.







apache-2.2 centos cookies






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 11 '13 at 14:58









GoodbytesGoodbytes

106114




106114












  • Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.

    – Jason Tan
    Jun 11 '13 at 15:01












  • There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.

    – Goodbytes
    Jun 11 '13 at 17:50

















  • Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.

    – Jason Tan
    Jun 11 '13 at 15:01












  • There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.

    – Goodbytes
    Jun 11 '13 at 17:50
















Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.

– Jason Tan
Jun 11 '13 at 15:01






Try looking at the apache error log. /var/log/httpd/error_log (or the ssl equivilant). And share the error log contents here.

– Jason Tan
Jun 11 '13 at 15:01














There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.

– Goodbytes
Jun 11 '13 at 17:50





There isn't many errors, but one thats there the most is "request failed: error reading the headers" .. i'd say the rest are unrelated.

– Goodbytes
Jun 11 '13 at 17:50










1 Answer
1






active

oldest

votes


















0














This'll happen if you're storing too much data in the session.



You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.






share|improve this answer























  • I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.

    – Goodbytes
    Jun 11 '13 at 17:52











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f514999%2flaravel-apache-bad-request%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














This'll happen if you're storing too much data in the session.



You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.






share|improve this answer























  • I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.

    – Goodbytes
    Jun 11 '13 at 17:52















0














This'll happen if you're storing too much data in the session.



You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.






share|improve this answer























  • I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.

    – Goodbytes
    Jun 11 '13 at 17:52













0












0








0







This'll happen if you're storing too much data in the session.



You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.






share|improve this answer













This'll happen if you're storing too much data in the session.



You can switch to database sessions, but the better move would be to architect your site to store only what's necessary in the session. Session storage isn't intended to store huge arrays of data.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jun 11 '13 at 15:01









ceejayozceejayoz

27.3k66694




27.3k66694












  • I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.

    – Goodbytes
    Jun 11 '13 at 17:52

















  • I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.

    – Goodbytes
    Jun 11 '13 at 17:52
















I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.

– Goodbytes
Jun 11 '13 at 17:52





I'm using Laravel framework and that seems to be doing most of the work.. i'm not putting anything in the session i'm using the Laravel auth class so it's whatever this class is configured to do, i'll raise a post on their forums.

– Goodbytes
Jun 11 '13 at 17:52

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f514999%2flaravel-apache-bad-request%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos