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

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company